-
Please help. I followed quick installation in https://github.com/yajra/laravel-datatables but whenever I did create new scafold, it's not shown datatables in views, instead shown bootstrap menu. ( I a…
-
Would it be to possible to make the prefix a 2 part prefix option?
example:
%FILE_PREFIX%
%ROUTE_PREFIX%
**_For the file system you could do this**_
views/backend/*
**_But for the route the same pa…
-
Do you have any ideas on something like this. This seems to be the bottleneck in development so if we could make it easier it would be very useful to everyone.
Example of what I am talking about wou…
-
In [Laravel API/Scaffold/CRUD Generator](https://github.com/mitulgolakiya/laravel-api-generator) it was possible
-
I have to regenerate often as I modify the schema and everytime I have to undo the additions to the two routes files because the routes are already there and it just keeps appending more and more
-
Hello, thank you for this cool stuff,
i interested to try it out.
i just try this command below
**php artisan infyom:scaffold TrialTable --tableName=AX123 --paginate=5**
and get error when do the …
-
I change laravel-generator.php file but when I run
`php artisan infyom:api Post`
Create file with default value.
I change model address and namespace but not change
-
## php artisan infyom.publish:templates
Does not publish common template files. So common stubs are not being added to view folder.
Recap of stubs not publishing
1. **_views directory**_
(also …
-
If the infyom:publish command is run multiple times, the API route group is added to routes.php even if it was previously added. A simple fix would be to ask the user if they want to add the route gro…
-
I create a scaffold through generator builder with datatables. It creates everything Model, Views, Datatables, Migration etc. But when I run migrate:refresh or migrate:rollback, it gives me error that…