PHP code example of lac / toolkit

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

    

lac / toolkit example snippets

bash
php artisan lac:scaffold User
bash
php artisan lac:scaffold User Post Comment
bash
php artisan lac:sync-routes
bash
php artisan lac:db-template
bash
php artisan lac:sync-model-rel
bash
php artisan lac:sync-model-rel User
bash
php artisan lac:sync-validations
bash
php artisan lac:sync-validations --tables=users

php artisan lac:gen-migration

php artisan lac:gen-diagram