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 merge contains the fix for the issue #165
### 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)...
### 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.2 - Laravel Version: 7.18.0 ### Description: Fix @param and @return of methods by adding namespace root ** \ ** Right now is: ```php /**...
### Environment: - Laravel-Code-Generator Version: 2.4 - Laravel Version: 7.13 ### Description: Validation rules accepting parameters like max, size etc, their parameters gets ignored, as ex. if validation rule max:255...
### Environment: - Laravel-Code-Generator Version: 2.4 - Laravel Version: ^6.0 ### Description: Generated resources are invalid. The namespaces are not build correctly ### Steps/Commands To Reproduce: ```bash cd /tmp &&...
### 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.2.12 - Laravel Version: 5.7.25 - nwidart/Laravel-Modules: Version: 4.0.0 ### Description: #### Modular Development I am working on a very complex web application. In order...
**Is your feature request related to a problem? Please describe.** This about validation error messages, its hard to track what wrong with the validated request, because it only shows a...
**Is your feature request related to a problem? Please describe.** The generated controller file has `find()` function to find any object. like below: ```php public function update($id, TourCategoriesFormRequest $request) {...