laravel-code-generator icon indicating copy to clipboard operation
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,...

Results 46 laravel-code-generator issues
Sort by recently updated
recently updated
newest added

### Environment: - Laravel-Code-Generator Version: 2.2 - Laravel Version: 5.6 ### Description: Cannot specify options for select with key value pairs in the command line ![image](https://user-images.githubusercontent.com/7887502/37554558-acee02da-2a00-11e8-870e-372dff353461.png) ### Steps/Commands To Reproduce:...

enhancement

_--views-directory_ option doesn't allow set custom directory structure under _resources/views_. It always create first as parent directory the plural name of the model. eg. _--views-directory=management/categories_ generates _categories/management/categories/_ directory structure under...

Hello guys, beforeall, thx so much for amazing package. It's just a question: I have implemented a dashboard html with a huge frontend resource, i want to know if i...

**Is your feature request related to a problem? Please describe.** When I create a scaffold for a model name "Dummy", the route name are like: 'dummies.dummy.index' 'dummies.dummy.create' etc... **Describe the...

enhancement

### Environment: - Laravel-Code-Generator Version: v2.4.4 - Laravel Version: v8.64.0 ### Description: Following the documentation, this command `php artisan resource-file:create` could not work with `--relations` parameters. ### Steps: `php artisan...

### Environment: - Laravel-Code-Generator Version: 2.3.3 - Laravel Version: 5.8.32 ### Description: It seems that the second field here is not being interpreted: ```$this->attributes['[% field_name %]'] = !empty($value) ? \DateTime::createFromFormat('[%...

The call to format the date formating was missing from getMutators

Are you guys planning to add support for mysql set data type ?

enhancement

### 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)...

This merge added suggestions from #166