PHP code example of classiebit / eventmie

1. Go to this page and download the library: Download classiebit/eventmie library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

classiebit / eventmie example snippets


    php artisan make:auth

    php artisan migrate
    

    composer isan ui vue --auth

    npm install && npm run dev

    php artisan migrate
    

    composer 

    php artisan eventmie:install
    

    'route' => [
        'prefix'            => null, // for front-end
        'admin_prefix'      => 'admin', // for admin panel
    ],
    

    'rtl_langs'        => [
        'ar', // arabic
        'fa', // persian
        'he', // hebrew
        'ms', // malay
        'ur', // urdu
        'ml' // malayalam
    ],