PHP code example of groch / resource-generator

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

    

groch / resource-generator example snippets

 config/app.php 
 php 
groch\ResourceGenerator\ResourceGeneratorServiceProvider::class,
 bash
php artisan vendor:publish --tag=install-resource
 bash
php artisan migrate:fresh --seed

php artisan config:clear
php artisan config:cache
composer dump-autoload

php artisan key:generate
php artisan jwt:secret

 php artisan 
 bash
php artisan gen:resource car
 bash
php artisan gen:resource car --delete=1