PHP code example of kaykay012 / laravel-gii
1. Go to this page and download the library: Download kaykay012/laravel-gii 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/ */
kaykay012 / laravel-gii example snippets
php artisan make:model-rule Models/User --table=users --cut
php artisan make:curd CurdController --model=App\\Models\\User --blade --force
php artisan make:wiki Admin/CurdController --model=App\\Models\\User --force --doc=article --book=2
php artisan make:view-blade admin/adminRole --table=admin_role --force