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

Turn off http output during the test

Ok, that was me at last. my curl object was configured like: curl_setopt($ch, CURLOPT_VERBOSE, 1);...

0 Likes
replied 11 years ago

URL::route - how to get the explicitly named GET params?

The working or not working of export/? or just ? depends on your routes setup.

0 Likes
replied 11 years ago

URL::route - how to get the explicitly named GET params?

2codetrash Append works with the pagination links, I'm interested in appending the query parameters...

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.