TeriyakiBomb / nova-artisan

Run Laravel Artisan from inside Panic Nova
MIT License
4 stars 0 forks source link

Change project structure #2

Open kirilldakhniuk opened 2 weeks ago

kirilldakhniuk commented 2 weeks ago

Hey, I'm really interested in ability to change the default project structure, for example I use modules structure and I want to create a Model under modules/{module}/Models, etc. Like the Laravel Idea plugin does for PHPStorm. Is it something you can do?

TeriyakiBomb commented 2 weeks ago

I'd recommend having a look at the extension (it's actually pretty simple) and making some tweaks. If I get some more requests for this I could certainly add it to the extension down the line. There could potentially be an area in the extension config to determine explicit paths where the tasks point? Ultimately this is just running artisan commands under the hood.

kirilldakhniuk commented 1 week ago

Yeah, I guess it's possible to use a settings for the extension. I'll look into it when I have a chance. Thanks.