PHP code example of mdakashmia / laravel-auto-crude

1. Go to this page and download the library: Download mdakashmia/laravel-auto-crude 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/ */

    

mdakashmia / laravel-auto-crude example snippets

bash
php artisan generate:crude {ModelName} {--table=} {--force}
bash
php artisan generate:crude Post
php artisan generate:crude Category --table=blog_categories
php artisan generate:crude Comment --force