PHP code example of artisanalbyte / vilt-crud-generator

1. Go to this page and download the library: Download artisanalbyte/vilt-crud-generator 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/ */

    

artisanalbyte / vilt-crud-generator example snippets

sh
php artisan vilt-crud:generate
sh
php artisan vilt-crud:generate Post --form-request --resource-collection
sh
php artisan vilt-crud:generate User Project Comment
sh
php artisan vilt-crud:publish --stubs
sh
php artisan vilt-crud:generate Post --form-request --resource-collection