I have a console command that defers to a model. The model has Log::info("blah blah");
When I run "php artisan mycommand" I don't see the output of my model. Whats the best way to do this, without moving all the code from my model into my console command?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community