PHP code example of andreacivita / api-crud-generator

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

    

andreacivita / api-crud-generator example snippets

sh
php artisan vendor:publish
sh
php artisan make:crud --interactive
sh
php artisan make:crud Car
sh
php artisan make:crud Car --timestamps true
sh
php artisan make:crud Car --passport