I think the problem is your routes, you probably want the router to use the route 'find-post' on a P...
Here you have two routes with same uri and method. fix that Route::get('/find', array( 'as' =>...
So if you are using database driver, Laravel uses Symfony\Component\HttpFoundation\Session\Storage\H...
This is for flash data not request parameters. return Redirect::route('user')->with('nick', $user...
"It gives pretty much same result", not always because a class may need a dependency that...
The Laravel portal for problem solving, knowledge sharing and community building.
The community