themosis / framework

The Themosis framework core.
https://framework.themosis.com/
GNU General Public License v2.0
671 stars 121 forks source link

Use Artisan command for the theme #868

Open Loubal70 opened 2 years ago

Loubal70 commented 2 years ago

Hello everyone, quick question, is there a way to use artisan commands directly in the theme?

Example: create a provider that would be directly created in montheme/resources/Providers/mynewprovider ?

Is there a laravel command flag? Example: php artisan make:provider MyProvider --path

ogorzalka commented 2 years ago

For now, it's not possible but it would be a great feature !