Given this URL structure www.example.org/category www.example.org/category/subaction1 www.example.or...
I'm trying to integrate a new Laravel app with an legacy application. That's why I'm in need to use...
I'm building an applicaiton where I have a lot of forms and CRUD stuff. What I'm trying to achieve i...
If you specify your route like Route::get('/profile/{param1}/{param2}', function($param1,$param2) {...
For more complex queries it's always a good option to use DB::raw() http://laravel.com/docs/queries#...
You don't define view composers in the controller. Put them into routes.php or filters.php or even b...
if you mean something like use MyApps\Models\* so that all classes in this directory are automatica...
Thanks for this suggestions. I also thought about model specific language files like product.php and...
The Laravel portal for problem solving, knowledge sharing and community building.