laravel-crud-generator
laravel-crud-generator copied to clipboard
I have made a pull request that allows the developer to define in the configuration where the routes file should be. This is because the routes filename and path have...
When using SQLITE database and I use: php artisan nvd:crud posts The following error appears: [Illuminate\Database\QueryException] SQLSTATE[HY000]: General error: 1 near "show": syntax error (SQL: show fields from posts) [PDOException]...
Now laravel-crud-generator can be added to 5.4.* too. There is also famous Admin LTE theme added to build fully functional admin panel in no time! Usage: 1. Now route can...
php artisan nvd:crud person [Symfony\Component\Console\Exception\CommandNotFoundException] There are no commands defined in the "nvd" namespace. i'm using Laravel 5.4
`[ErrorException] file_get_contents(../app/Http/routes.php): failed to open stream: No such file or directory `
the below issue occuring in laravel 5.3 Could not add route model binding for the route 'phone'. Please add the following line manually in C:\xampp\htdocs\blog\app\Providers/RouteServiceProvider.php: $router->model('phone', 'App\Phone');
Possible inform selectedValue the select. Set to select default value option.
Hello, excuse me bad English, bud I changes your code in Db.php for works with PostgreSql, beacuase I have a project with theses DB manager and uses your Laravel Crud...