laravel-code-generator
laravel-code-generator copied to clipboard
An efficient Laravel code generator, saving time by automating the creation of resources such as views, controllers, routes, migrations, languages, and form-requests. Highly flexible and customizable,...
This occurred when running `php artisan resource-file:from-database ModelName --force`
show my checkbox in text not value from json???
calaculations with laravel crestapp code generator total not savaing ?? Thanks!
### Environment: - Laravel-Code-Generator Version: 2.4 - Laravel Version: 6.2 ### Description: Sometimes when executing `php artisan create:api-scaffold`, I receive the error: `Doctrine\DBAL\Driver\PDOException::("SQLSTATE[HY000] [1049] Unknown database 'laravel'")` Of course the...
Hi, Is there a way to generate all the resources from an existing database? I know we can generate resources pertaining to individual tables using: ```php artisan resource-file:from-database [model-name]``` What...
### Environment:windows 10, - Laravel-Code-Generator Version: 2.2 - Laravel Version: 5.8 ### Description: when i install laravel-code-generator, various file are missing, like: /config/codegenerator_custom.php, and /config/codegenerator.php so i download manually from...
### Environment: - Laravel-Code-Generator Version: 2.2 - Laravel Version: 5.5 ### Description: How can I generate pivot table? I want to generate questions table and quiz table and a pivot...
### Before you submit an issue please read this This repository is only for reporting bugs or issues. If you need support, please use Stack Overflow using **laravel-code-generator** tag (https://stackoverflow.com/questions/tagged/laravel-code-generator)...
### Environment: - Laravel-Code-Generator Version: 2.3.x-dev - Laravel Version: 5.8.* ### Description: When i use decimal as data-type from command line, field is generated with min:-9 and max:9 in view....
Hi I'm trying to create a search function I write that function $[% model_name_singular_variable %] = [% model_name_class %]::where('','like','%'.$word.'%')->get(); so now I need to include each field name there ('feild...