Skip to content
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

Feature request: Ability to change the folder that generated files are moved to #92

Open
hfoletto opened this issue May 22, 2024 · 0 comments

Comments

@hfoletto
Copy link

Hello there!

When using the install and craftable-pro:generate-crud artisan commands, it generates the front-end files in the /resources/js/craftable-pro directory. In the application I'm working, that is a problem because I don't have a js folder; my pages and components folder are directly in the /resouces/ folder.

Since I also use Inertia.js with vue for my application front-end, I already have a configuration for the @ alias, which is just /resources, but the front-end files generated by craftable-pro expects it to be /resouces/js.

My work-around for the moment is to move all files from /resources/js/craftable-pro to resources/craftable-pro after they are generated, but I think that making this a config option would be a great solution!

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant