I want to create a model in a custom path. If i write the php artisan command like the following it will create model inside app.
php artisan make:model core
But i want to create the model file inside the custom made Models folder. How can i do it ?
app/Modelsby default, just like OP of the question wants. laravel-news.com/new-features-coming-to-laravel-8