I think this form is the place to ask and search for Forge questions. The old forum archive is at:...
The Event class has a "forget" method that's not in the docs that might work for this (htt...
Put this your filters.php file: Route::filter('guest', function() { if (!Auth::check()) {...
Do you have a "houses" method in your User model? You need to setup the relationship ther...
Here's a simple route pattern for a separate admin area: Route::group(array('prefix' => 'admin'),...
The Laravel portal for problem solving, knowledge sharing and community building.