Support the ongoing development of Laravel.io →

Joker666

Joined 22 Feb 2014

Statistics

Threads 2
Replies 4
Solutions 0
Articles 0
posted 10 years ago

Redirect Loop

I want to redirect different User types to same '/dashboard' url. So basically after login when rout...

0 Likes
5 Replies
posted 10 years ago

Paginating an Eager Loaded Relationship

public function getCategory($category_id) { $category = Category::with(['products' => fun...

0 Likes
3 Replies
replied 10 years ago

Redirect Loop

It doesn't work at the first attempt. Goes to the fallbackcontroller. but when I reload it takes me...

0 Likes
replied 10 years ago

Redirect Loop

zenry : The after filter doesn't work! and you can guess I have lots of methods in each controller....

0 Likes
replied 10 years ago

Simple route does not work! What's wrong...

Route::get('ac', array('as' => 'admin.companies', 'uses' => 'AdminController@companies'));

0 Likes
replied 10 years ago

Paginating an Eager Loaded Relationship

Doesn't actually solve anything. I am concerned about making the pagination. Is there any fix to tha...

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.