I'm currently using Laravel 4.0* with my app and having trouble producing clean URLs when the URL be...
Hello, I'm new to the world of Laravel my first app is running ok locally through mamp when i'm tryi...
Hi, I have just uploaded my Laravel backend and Angularjs front to Fortrabbit and I am having issues...
Route::get('/p/{id}/{name?}', array( 'as' => 'viewItem', 'uses' => '[email protected]
Hello, I'm currently testing Iron.io push queues for some long running (2-3 minutes) jobs. I've not...
However if I do return $response; all the data is perfectly displayed. It seems like json_decode onl...
Hi, I am trying to use foundation CSS framework with laravel. Most of the things work fine. The firs...
Hi, how can I make dynamic prefix for all routes in Laravel? I want something like /{model_id}/contr...
When users browse my website on their iPhone's Safari, it will automatically request for many variat...
Hello friends, I am desperate , I need to use laravel 4 with ajax . I am using http://arshaw.com/ful...
I heard that Taylor is working on paid Laravel modules? Does anyone know when they come out and they...
I do have 2 different on my pages but I would like to load in different situation, for example when...
Hi there, I am using Ember.js (http://emberjs.com/) for developing most of my frontend-applications...
I'm trying to use Laravel inside of a web IDE's virtual machine (Codio in this case). They use a cus...
I have a route like this: www.mysite.com/agenda/2014/08/16?tags=entertainement,sport,information&...
So I'm trying to match a simple route with laravel that looks something like /ID-OPTIONAL/OPTIONAL2/...
Hi all, My application has a filter class, like this: class TestFilter { public function filter...
Hi, I have the url: http://website.com/attachments/myName.pdf But it is not working, because of the...