Support the ongoing development of Laravel.io →

bmgalego

Joined 29 Apr 2014

Statistics

Threads 0
Replies 5
Solutions 2
Articles 0

bmgalego has not posted any threads yet

replied 9 years ago

Redirect a route with parameters

I think the problem is your routes, you probably want the router to use the route 'find-post' on a P...

0 Likes
Solved
replied 9 years ago

Redirect a route with parameters

Here you have two routes with same uri and method. fix that Route::get('/find', array( 'as' =>...

0 Likes
replied 9 years ago

Extend Session Garbage Collection

So if you are using database driver, Laravel uses Symfony\Component\HttpFoundation\Session\Storage\H...

0 Likes
Solved
replied 9 years ago

Redirect a route with parameters

This is for flash data not request parameters. return Redirect::route('user')->with('nick', $user...

0 Likes
replied 9 years ago

ioc binding - closure vs. automatic resolution

"It gives pretty much same result", not always because a class may need a dependency that...

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.