PHP code example of nhrrob / crudgenerator

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

    

nhrrob / crudgenerator example snippets


php artisan crud:generator

php artisan crud:generator --admin

   php artisan migrate
   

php artisan vendor:publish

php artisan crud:generator:delete

php artisan crud:generator:delete --admin

composer san ui bootstrap --auth
npm install && npm run dev
php artisan migrate

php artisan passport:install