PHP code example of davidmgilo / timetables

1. Go to this page and download the library: Download davidmgilo/timetables 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/ */

    

davidmgilo / timetables example snippets


/*
* Package Service Providers
*/
Scool\Timetables\Providers\TimetablesServiceProviders::class,

Spatie\Menu\Laravel\MenuServiceProvider::class,
Laravel\Passport\PassportServiceProvider::class,
bash
php artisan vendor:publish --tag=scool_timetables

php artisan migrate:status

php artisan migrate