themosis / framework

The Themosis framework core.

Home Page:https://framework.themosis.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Artisan command for the theme

Loubal70 opened this issue · comments

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

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