Hey, so it's not working, and I'm wondering if it's possible. Here's the gist of it: http://laravel....
Hi, `m trying to get custom error page to work in laravel 4.2.6. It just returns a blank page instea...
I have one controller for my entire website that sets up the routes and load the appropriate files b...
Hello, i have a problem when i pass a GET parameter in the URL. here is an example URL : http://api....
Hello All, I want to have my /order route to be forced to https. I added the https in my route optio...
I am new with ajax and want to make a to-do-list according to http://www.packtpub.com/article/bu...
Hi all, i have a resourceful controller that Route::group(array('before' => 'auth'), function() {...
I'm trying to call my own laravel api with POST method.. these are the routes.. Route::get('/callapi...
Hi everyone, I have a page with all users and I have a search box. When I search, shows me the resul...
How do I nest route groups? I'm on 4.1.23 and when I attempt to nest route groups I get an "arr...
I just want to pass some variable to my JS file so I use de laracasts/utilities for this. But I chan...
Is there a cleaner way to do this? view.blade.php <form> <input type="text" name=...
my all redirect is working like that http://laravel_cms/http://laravel_cms/admin/banner my login ac...
Hi, I have two eloquent queries : $result_name = Item::where('name', 'LIKE', '%'.$key.'%'); $result_...
Hello all, i want to make a multilingual website based on format: http://www.com/en/contact (en...
From this: Route::group(array('prefix' => 'admin','namespace' => 'Admin'), function() { Route...
I am well into a project where I have a number of resource controllers. They have all been working p...
Hi everyone, So far I find Laravel awesome. I'm very happy to be using it as my first framework. I j...
Hey folks, I've an issue since yesterday, mostly the same as: http://forumsarchive.laravel.io/viewto...
Hi, In laravel.log, i get this error : production.ERROR: exception 'Symfony\Component\HttpKernel\Exc...
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