laravel-generator icon indicating copy to clipboard operation
laravel-generator copied to clipboard

API and Admin Panel CRUD Generator for Laravel.

Results 78 laravel-generator issues
Sort by recently updated
recently updated
newest added

Hi, I recently found out that created_at field and updated_at field are generated inside fileds.blade.php when using `infyom:sacffold` command. I assume that it should be ignored. Are they kept for...

Hi, thanks for this awesome project. I'm trying to create files using this command: `php artisan infyom:api MyClass --fromTable --tableName="lv_my_table"` But nothing happened on my terminal, like something was being...

bug
enhancement

Already exists some way of add a crud to menu? Can be in any part of the generator question for make the crud: `Menú: (menu_name) [$$MODEL$$]:`

feature

once i use `php artisan infyom:scaffold ModelName` no presenter class will be created. how can i have a presenter class to integrate with respective Model?

feature

## Create a plan of whole build before hand. The whole output of crud could be put in instructions in the config file as well as the artisan commands. with...

feature

It's an awesome project! Will it support [Dingo API](https://github.com/dingo/api)?

feature

Would it possible to generate a crud using multiple tables in the same one? Here is an example. - CRED = BLOG - TABLES= - POSTS - CATEGORIES - TAGS...

feature

It would be helpful if you incude base layout / master files to the generator. May be a command of infyom.publish:setup to install them into the project. Possible Examples: -...

feature

Should configure file.stub to use preview and path with extension for the file field. ``` json { "fieldInput": "attachment:string", "htmlType": "file", "usePath": "public|storage", "pubPath": "/uploads/%MODALNAME%/%FIELDNAME%", "storagePath": "/%MODALNAME%/%FIELDNAME%", "validations": "JPG,GIF,PNG", /*...

enhancement

To help keep this clean this option should be added to all files probably not just migration but this will help in the development process where the files need to...

enhancement