Hello, I'm a relative Laravel newbie and trying to construct an API-centric web app that will consum...
Hello! I there way to use one controller class but for different routes? I mean, one controller clas...
in my routes.php Route::controller('/admin','AdminController'); Route::controller('/admin/customers'...
Hi, I'm busy learning laravel's localization and I was wondering is there a way to have the language...
Hi there, In my vhosts file I have AllowOveride currently set to None. It is prohibiting me from usi...
Is anything more being done to increase the performance of Laravel 5? When comparing the default Lar...
I use laravel 4.2 and in my route file i use this code Route::group(array('domain' => 'www.eee.do...
http://help.laravel.io/ef418edd30096ee5fc7975d68ebfb26dc1ff06a8 Laravel 4.2.8 When logging in via fa...
Hi, new Laravel user here, but old programmer. I've got a controller that generates a zip file and...
This error occurs when resetting password, coming back on the email link. This was working a week o...
Good morning/afternoon/evening! Is there a way to create routes that would be executed only if filte...
Route Route::controller('rooms', 'RoomsController'); Controller method public function postUpdate($i...
According to jpgraph manual, user can set a scale. For ex, I would like to explicitly set my scale r...
I have a ( search form in all pages in my project ), i can't specify just one route for it. i'll be...
I've been dealing with an issue recently which is. I build an API on laravel 4, and it returns json...
Hi everyone, This is my first post on laravel.io :) I'm getting an issue using the paginate() method...
Hi, I am trying to do something like http://myapp.dev/index2.php/test but it doesn't work. It works...
Hi guys, I have a command with options defined this way : protected function getOptions() { return a...
example: Route::controller('spiel','SpielController'); $u = URL::action('SpielController@getIndex',...
Suppose I have a link to a form, but after submitting the form I want to redirect back to the origin...
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