Hi! In my work I need to show on page for all routes instead of /api route, for example Route::g...
Hi! Since Laravel 5, it is interest to me - how to register and use console command from package in...
Hi to all! When I use cmd command php artisan make:command FooCommand i get runtime error from thre...
Some links for you https://github.com/Anahkiasen/polyglot https://github.com/dimsav/laravel-transla...
Problem solved Route::any('{all?}', '[email protected]') ->where('all', '.+');
I found a decision, it was simple: in registerInstallCommand() add $this->commands('command.etern...