Support the ongoing development of Laravel.io →
PavelPolyakov

PavelPolyakov

Joined 4 Feb 2014

Statistics

Threads 10
Replies 13
Solutions 1
Articles 0

obtaining the controller exceptions

How can I do the next. Assuming I have my own BaseClass class MySuperBaseClass extends Controller {...

0 Likes
2 Replies
posted 11 years ago

catching exception from the filter during testing

Hi, Here is my filter: Route::filter('app.auth', function() { $app_token = Input::get('...

0 Likes
0 Replies
posted 11 years ago

returning array from route

Hi, Having this route in routes.php Route::get('/test-array', function(){ return [1,2,3,"hel...

0 Likes
2 Replies

what is the best Laravel REST API package

Hi there, Which REST API package do you consider the best? Currently I've tried: https://github.com...

0 Likes
9 Replies

Complex eloquent query attempt, please help

Assuming I have the next database structure: And I want to do the complex eloquent query - gather a...

0 Likes
0 Replies
replied 11 years ago

How can I debug an eloquent result ?

The way you query is not correct. This is the way the relations are stated. http://laravel.com/docs/...

0 Likes
replied 11 years ago

addressing the parent table in the 2nd level nested query, SQL question

No, the problem is: Unknown column 'bank_accounts.id' in 'where clause'

0 Likes
replied 11 years ago

mac + supervisor + beanstalk

Ok, found the reason. As I was using the brew php55, it is not available by default under the php c...

0 Likes
Solved
replied 11 years ago

Laravel database session has stopped to work

I think I found the solution, the case took place because I've updated to the laravel-dev version an...

0 Likes
replied 11 years ago

Laravel database session has stopped to work

When I try to do the Session::start(); Manually, then I see the next: (while on the clean laravel...

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.

© 2026 Laravel.io - All rights reserved.