Support the ongoing development of Laravel.io →

esomkin

Joined 18 Mar 2014

Statistics

Threads 7
Replies 11
Solutions 4
Articles 0

How to show one page for all routes in Laravel 5 ?

Hi! In my work I need to show on page for all routes instead of /api route, for example Route::g...

0 Likes
2 Replies
Solved

How to register console command from package in Laravel 5 ?

Hi! Since Laravel 5, it is interest to me - how to register and use console command from package in...

0 Likes
1 Replies
Solved

[RuntimeException] Unable to detect application namespace

Hi to all! When I use cmd command php artisan make:command FooCommand i get runtime error from thre...

0 Likes
12 Replies
Solved
posted 9 years ago

Laravel 5 ServiceProvider not found

Hi to all! I want to create a test package. As in example, my test service is located in "vendo...

0 Likes
3 Replies
Solved
posted 9 years ago

Validation + Localization = FatalErrorException ?

Hi, everyone! In my model I use validation and localization of validation error message, s.e. class...

0 Likes
1 Replies
replied 8 years ago

Laravel 5 - model localization

Some links for you https://github.com/Anahkiasen/polyglot https://github.com/dimsav/laravel-transla...

0 Likes
replied 8 years ago

How to show one page for all routes in Laravel 5 ?

Problem solved Route::any('{all?}', 'HomeController@index') ->where('all', '.+');

0 Likes
Solved
replied 9 years ago

How to register console command from package in Laravel 5 ?

I found a decision, it was simple: in registerInstallCommand() add $this->commands('command.etern...

0 Likes
Solved
replied 9 years ago
0 Likes
Solved
replied 9 years ago

Laravel 5 ServiceProvider not found

I found http://kodeinfo.com/post/laravel-4-5-package-development and http://stackoverflow.com/questi...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.