-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add sub folder support #110
base: main
Are you sure you want to change the base?
Conversation
get latest commits
pull latest
Hi there! Is this still an issue? No activity in 60 days. I'm going to mark it as stale for now, and close it in 14 days if no further activity occurs. I know you guys are all busy, but if this is important to you please reply or something, so I know not to close it. Thank you! -- |
Hi there! Is this still an issue? No activity in 60 days. I'm going to mark it as stale for now, and close it in 14 days if no further activity occurs. I know you guys are all busy, but if this is important to you please reply or something, so I know not to close it. Thank you! -- |
Hi there! Is this still an issue? No activity in 60 days. I'm going to mark it as stale for now, and close it in 14 days if no further activity occurs. I know you guys are all busy, but if this is important to you please reply or something, so I know not to close it. Thank you! -- |
added support for sub folders
by passing 2nd argument Crud files will be created under this folder name
it's useful to organize your project
and added other option --rf which create a route with the name of the folder you setted
here's an example
the following command
php artisan backpack:crud DevAccount Apple --rf
will create the following files
and here's the route ( with --rf )
and here's the sidebar item
without --rf the routes will be created normally without /{foldername}