How can I override route action in filters...? what i want is to show a custom page for the same ro...
Hi all, I have the following code on pastebin: http://laravel.io/bin/bjLzX As you see, i have some {...
routers.php: // login controller Route::post('login', 'LoginController@login'); LoginController.php:...
Hy i have a search that now its works only if write or the first name or the last name, both didnt w...
Hello, i am new to laravel and I'm trying to make an application for my upcomming web about programm...
Hi, i would like to create a bilingual website, let's say english and french: http://www.domain.com/...
I have 3 tables: vehicles, drivers and vehicle_driver_owners. drivers table includes all the registe...
Laravel automatically adds CSRF protection for all POST requests, but what's the best way to add CSR...
0 down vote favorite I am new to the Laravel framework and I am stuck with routing. Folder structure...
Hello! Everytime I connect my repo with my Laravel Forge server setup, it first returns some error o...
I'm trying to get rid of a duplicate query. I use a filter to determine if the current url is correc...
Hi All, Has anyone come across a 404 error on ajax post to controller? All works fine on the dev ser...
I'm not sure how to explain this fully, so please bear with. My dev environment is on a vagrant box...
Please suggest me some reference to implement Restful crud operation for schemas and also with json...
i have class named Newses_Controller.i want to create a route so i just type those code on route.php...
The route cannot recognize between get and post ,it is take only get and my code in 'routes.php' fil...
I have the following route: Route::get('/gallery', function() { return View::make('hello'); }); If...
Hello, Im pretty new on laravel, and today i'm stuck on simple (it looks like) thing. I have named r...
Hi, I'm totally new to Laravel. I'm trying to follow the example on the "Routing" section...
Hi, I am having an issue with removing active class from link, But first... I have created a Restful...
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