PHP code example of scool / foundation
1. Go to this page and download the library: Download scool/foundation 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/ */
scool / foundation example snippets
...
/*
* Package Service Providers...
*/
Scool\Foundation\Providers\FoundationServiceProvider::class,
...
namespace App;
use Scool\Foundation\User as ScoolUser;
class User extends ScoolUser
{
}
bash
php artisan vendor:publish --tag=scool_foundation