I am using https://github.com/lavary/laravel-menu to build the menus for my site. The problem is the...
I am trying to set up a route within my package but I can't get Laravel to find the controller. comp...
So afaict Workbench doesn't work with L5 yet. Is there still a way to do package development with L5...
I will have a permission system that will be administered via a PHP page and stored in the DB with t...
I am about to undertake a project to build several components for use in future websites in Laravel...
Something like this? http://laravel.com/docs/4.2/eloquent#accessors-and-mutators I don't know if it...
I don't know of any other ways to register a named route. You could always type: url('Auth\AuthContr...
If your slots are like such: id: 1, day (enum): 'Monday', time: 10:00:00, duration: 2, machine_id: 2...
Route::get('auth/login', array('as' => 'auth.named_route', 'uses' => 'Auth\AuthController@getL...
The Laravel portal for problem solving, knowledge sharing and community building.