Hi guys, Im trying to do so that only the author of the post can edit and delete it from the list wh...
I am trying to name a route to an action in my controller, but without success. Please read my code,...
I have written a controller in Laravel 4 to serve up static resources such as image files with some...
Is there a reason that Route:controller doesn't automatically include a route from 'PATCH' to functi...
Hi guys! I have a problem with my Response. I am generating a .ics file setting the headers and cont...
I am attempting to create a sub domain based system that looks first for the sub domain and then use...
I'm considering Laravel for a project. Currently I route by using the query string, split on slashes...
I am currently building a RESTful API for a JS based front end. I have a request to also build a CMS...
hi for bad english writeing excusme when try to connect db and read some data any way my response co...
I got into trouble with that package created from Taylor can anyone help?? Here`s the complete Marku...
Hi im trying to query my tasks table. A little background information on the tables and how they are...
Hi, I use a form on a list of items to perform a filter. The form use a GET method. So in my URL I h...
I just can't get this to work: Route::model('mymodel', 'Mymodel'); Route::get('/test/{mymodel}/{view...
Hello everyone, I'm using form::model for data editing, works correct but return empty checkbox, how...
Very occasionally a request to my Paypal iframe view fails for some reason on Paypals end. This upst...
So it seems I don't really understand how to push actions and routes around. I have a form on the si...
Hi there, I'm stuck with this annoying problem in my laravel 4 project wich has three types of users...
I use firewall package (http://packalyst.com/packages/package/pragmarx/firewall) in my app. This is...
I have my routes defined in routes.php Route::any('user/list', array( 'as' => 'UserList', 'uses...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community