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...
I am attempting to create a sub domain based system that looks first for the sub domain and then use...
hi for bad english writeing excusme when try to connect db and read some data any way my response co...
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...
So it seems I don't really understand how to push actions and routes around. I have a form on the si...
I use firewall package (http://packalyst.com/packages/package/pragmarx/firewall) in my app. This is...
I need to render a google plus share link in my project. I have the url data in my database and call...
I have setup my connection in remote.php: 'production' => array( 'host' => '192.168.x.x...
I'm using Route::resourse(...) and when I run artisan route it shows my routes the GET routes show u...
Hi all, I use view composers heavily throughout the app I'm working on. For example, one of my rout...
Look my code: http://pastebin.com/56rY1iqD I don't understand why this filter doesn't work... This f...
I want to display 'Recent Comments' from comments table, including HotelName related to that Comment...
Hello, one of our clients are asking for their webapp to feel like a native mobile one and so they r...
Good night, In this code, i got an error that says that the variable userId doesn't exists when its...
Hello there. According to the docs, you can do things like this with routes (http://laravel.com/doc...
I suspect that the answer here is a simple 'how to use laravel' kind of answer, but I can't seem to...
Stumbled upon the biggest Laravel issue for me. I don't like the idea of defining routes for many me...
Routes.php Route::get('tool/url_translate', function() { $url = Input::get('url'); echo $url...
Hello, Consider the following: //Flexible sub domain Route::group(array('domain' => '{account}.ex...
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