I've tried to create a nesting controller but I am not able to create a route for it. The documentat...
$('#select-repo').selectize({ valueField: 'url', labelField: 'name', searchField: 'name', options: [...
Hi all, I was wondering how I would have a named route that I can put in a view file that would auto...
hello dear friends I have a problem in laravel 4 . when I call a method from url it executes 2 times...
insert data from form to table but the data inserted row empty what the problem?
Hi all, I have a route pattern like 'category/{id}/{year}-{month}-{day}'. How can I render a 404 res...
When i am using: Route::get('page/{id}-{slug}', 'PageController@show'); My url should look like &qu...
Hi all, Is there a reason why the 'Content-Length' header is not automatically set, when returning r...
Method "Redirect::to('....')" in the Controller's construct does not work! Who can help me...
hello reading http://www.codeforest.net/laravel-4-tutorial-part-2 tutorial I have a problem with Red...
I am using Goutte with Guzzle + Dom Crawler to create a webscraper in Laravel. I would like to crawl...
Hi guys, I have a problem, I am making website which has several languages, the URLs of the same act...
Hey, i want to make a ban system, and i do not know how to redirect a user to a "You're banned&...
Hello¨ Can anybody tell me how to create a request in Laravel using regular expressions? I have to s...
Hello, I am new in a framework world. Reading Laravel documentation at the moment chapter after chap...
I have a dns server wind a wild card and i do have mod_rewrite. What am I doing wrong? Please help....
Hi guys, been using laravel for a while on a number of projects.. and usually these errors mean some...
Hi, I have a problem with special characters in a Redirect::to(). If there is in a controller : // $...
My current project has a form creation feature. For each form created, there is also a table created...
I'm trying to do a stateless HTTP login for my RESTful API using Auth::onceBasic() I've tried the so...
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