Support the ongoing development of Laravel.io →

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 9 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 9 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 9 years ago

obtaining the controller exceptions

@ayyobro Thanks for the help, but it's not that I want. Currently I already did the next, using the...

0 Likes
replied 9 years ago

returning array from route

Well, Yes, I can do that :) But I'm interested of how the current behaviour is handled. And how coul...

0 Likes
replied 9 years ago

I can not get inputs from a PUT/PATCH request

ok, it looks like in postman you should point that the data you send is 'x-www-url-formurlencoded'

0 Likes
replied 9 years ago

I can not get inputs from a PUT/PATCH request

Is there any update to this question? I've also tried to use PUT/PATCH, here is the postman: http://...

0 Likes
replied 9 years ago

Multiple queue daemon workers

You can also run couple of daemons using the supervisord: [program:qlistener_dashboard] command=php...

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.