Closed uniqueginun closed 4 years ago
bug description there are no artisan command to publish controllers and models to edit them.
Laravel Version 7.5
To Reproduce Steps to reproduce the behavior:
Expected behavior controllers and model should be published as well as other stuff.
There is no need to publish default controllers & models. if you need extra routes you can create new controller. and if you want to add models, you may create new and add in config file.
bug description there are no artisan command to publish controllers and models to edit them.
Laravel Version 7.5
To Reproduce Steps to reproduce the behavior:
Expected behavior controllers and model should be published as well as other stuff.