PHP code example of benomas / crudvel

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

    

benomas / crudvel example snippets

 php artisan vendor:publish --provider='Benomas\Crudvel\CrudvelServiceProvider' 

  up
    php artisan scaffold create api_controller,request,model,migration test "" "\Api" ""
  down 
    php artisan scaffold delete api_controller,request,model,migration test "" "\Api" ""