-
When the localized is set to true, running commands like `infyom:api_scaffold`, `infyom.publish:layout --localized` will show an error that the stub file is missing.
```
copy(~/laravel/vendor/infy…
-
How to change this buttons label?(for translate)
![image](https://user-images.githubusercontent.com/17342159/36075186-375a6e0a-0f5c-11e8-9ce8-b0cb3668432d.png)
-
I have been facing two issues with rollback.
1. When I ran the command, console displayed `invalid rollback type` warning and processed it to delete files.
`php artisan infyom:rollback ContentB…
-
Firstable Congratulations for this amazing proyect, really.
I would install this generator but i have a little problem...
I have already started my project with a template, which I have obtained…
-
Hey,
Version 4.0.0 with support for laravel 9 in file [adminlte-templates]/[templates]/[scaffold]/[views]/datatable_body.stub present includes of layouts.datatables_css and layouts.datatables_js wh…
-
**appointer/swaggervel package is no more maintained or abondoned.
-
My JSON file is UserRole.json
I did run
`php artisan infyom:api_scaffold --fieldsFile=UserRole.json UserRole`
routes/api.php
`Route::resource('user_roles', 'UserRoleAPIController');`
routes…
-
Is there any option to show data of related field in drop down when create page or edit page is open.
right now its show as a input field not as a select field .
-
I would like te be able to generate a custom file along with the rest. The feature might be already there but I can't find it.
For example:
testfile.stub -> to generate this file.
-
I'm a big fan of laravel generaator project ... I also use rappasoft to quickly set up my environment however mixing these two projects is hard .. These two projects combined would really shorten dev …