You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I quite like to access the CRUD pages by just typing:
domain.com/crud
With the core (generation files) being as such:
domain.com/crud/core
currently, it generates the files to a nested 'app' folder, so to access the CRUD pages, I have to type:
domain.com/crud/core/app
I have moved them out of the app folder, but it is a big hassle whenever we make a database change and have to start from scratch with CRUDDIY again each time.
Would be nice if during the configuration step and file it allows you to enter a path to generate the files into a specified folder.
Eg.
Install Directory:
[ ../crud ]
This way not only will it generate the files into a different directory, but will also allow the changing of the folder from 'app' to something else
The text was updated successfully, but these errors were encountered:
I quite like to access the CRUD pages by just typing:
domain.com/crud
With the core (generation files) being as such:
domain.com/crud/core
currently, it generates the files to a nested 'app' folder, so to access the CRUD pages, I have to type:
domain.com/crud/core/app
I have moved them out of the app folder, but it is a big hassle whenever we make a database change and have to start from scratch with CRUDDIY again each time.
Would be nice if during the configuration step and file it allows you to enter a path to generate the files into a specified folder.
Eg.
This way not only will it generate the files into a different directory, but will also allow the changing of the folder from 'app' to something else
The text was updated successfully, but these errors were encountered: