PHP code example of makroz / director-laravel
1. Go to this page and download the library: Download makroz/director-laravel 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/ */
makroz / director-laravel example snippets
'features' => [
'auto_cache' => true,
'dynamic_joins' => true,
'mme_enforcement' => true,
],
bash
php artisan vendor:publish --tag=mk-config
php artisan vendor:publish --tag=mk-migrations
php artisan migrate