Locally, I use the file driver to store my sessions and it works fine. On production however, the st...
Say I have a custom class, where I want to create the connection and specify the table once my class...
Try something like: $data['brands'] = $this->brands; return View::make('form')->with('brands'...
Route::post('register', 'LoginController@login'); Route::post('register', 'LoginController@logout')-...
What does your controller method look like for admin? Also, you might want to tidy these routes up a...
Just remember that those packages are built to enable you to get up and running with role-based user...
Are you sure the variable is being set? Create a route and just try returning the variable from ther...
The Laravel portal for problem solving, knowledge sharing and community building.