PHP code example of jrean / laravel-supercollege

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

    

jrean / laravel-supercollege example snippets


Jrean\SuperCollege\SuperCollegeServiceProvider::class,

'SuperCollege' => Jrean\SuperCollege\Facades\SuperCollege::class,

php artisan vendor:publish --provider="Jrean\SuperCollege\SuperCollegeServiceProvider" --tag="config"