PHP code example of reshadman / eloquent-faster
1. Go to this page and download the library: Download reshadman/eloquent-faster 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/ */
reshadman / eloquent-faster example snippets
composer
return [
//.. other config
'providers' => [
// other providers
\Reshadman\EloquentFaster\EloquentFasterServiceProvider::class
]
];
artisan eloquent:cache
php artisan eloquent:cache
php artisan eloquent:clear