PHP code example of dd4you / lgs

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

    

dd4you / lgs example snippets

bash
php artisan dd4you:install-lgs
bash
php artisan migrate
code
php artisan db:seed --class=SettingsSeeder
code
php artisan cache:clear