Support the ongoing development of Laravel.io →
Ehesp

Ehesp

Joined 26 Mar 2014

Statistics

Threads 2
Replies 41
Solutions 7
Articles 0

Session persistence with database driver

Locally, I use the file driver to store my sessions and it works fine. On production however, the st...

0 Likes
12 Replies
Solved
posted 11 years ago

Continue DB call

Say I have a custom class, where I want to create the connection and specify the table once my class...

0 Likes
1 Replies
replied 11 years ago

Error just because a string is missing?

Try something like: $data['brands'] = $this->brands; return View::make('form')->with('brands'...

0 Likes
replied 11 years ago

Creating various Route::post for one Route

Route::post('register', 'LoginController@login'); Route::post('register', 'LoginController@logout')-...

0 Likes
replied 11 years ago

Routing /admin runs into endlees loop

What does your controller method look like for admin? Also, you might want to tidy these routes up a...

0 Likes
replied 11 years ago

Should I use confide, entrust and ardent?

Just remember that those packages are built to enable you to get up and running with role-based user...

0 Likes
Solved
replied 11 years ago

Server provisioned with Laravel Forge is not properly detecting environment or environment variables

Are you sure the variable is being set? Create a route and just try returning the variable from ther...

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.