PHP code example of andregumieri / laravel-crud
1. Go to this page and download the library: Download andregumieri/laravel-crud 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/ */
andregumieri / laravel-crud example snippets
$ php artisan make:crud User
$ php artisan make:crud Policy Policies
$ php artisan make:crud Usuario --locale=pt_BR
$ php artisan make:crud Acao Acoes --locale=pt_BR
bash
$ php artisan vendor:publish --tag=laravel-crud