Is there a way to redirect back to a page but activate a certain tab ? I am trying to submit a diffe...
Hello mates ! I would like to ask you something about the base_url for Laravel. I used to code on Co...
Hello, I have strange situation, when i have route like this: /* index */ Route::get('/', array( 'a...
My route use where() to custom input url Route::get('article/{id}', 'ArticleController@getIndex')-&g...
i'm using Route::controller to view and edit form. in this action laravel say : Symfony \ Component...
Hello, I am porting my current website over to laravel and I'm having some issues. I'm trying to lis...
hello all am new to laravel and now am trying to build a web app with it, the problem i have that i...
I ran into an issue that I was not able to track down. I am accepting base64 strings as a route para...
I have moved my filter applications from my routes file to the controllers constructors to clean up....
hello to every one, I wanna generate url's like ..?filter=post but how can I do that in Laravel. I s...
Hi I've searched everywhere, but can't seem to find the answer - it should be simple can anyone help...
Hello Im getting this error production.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotF...
Hey guys! I'm new to Laravel and are currently working on a Problem I'm having. Maybe you can help!...
I used Request::getClientIp() but it get ip my hosting not guest's ip How do i get ip of guest clie...
I was working my way through the phpacademy tutorial "Laravel To Do List App" and after I...
I'm wanting to use my own error handler with certain controllers. For API endpoints, I want to catch...
I want to reuse the logic of binding a {slug} to a model, in several resources. Route::bind("sl...
Hi, I have this Routes file: http://laravel.io/bin/5G1GJ. Using /game is wirkong perfectly, but /adm...
I have this on a js file... $(document).ready(function() { //petición al enviar el formulario de reg...
i have this code in the view, and all pages include this view ..... <? $number = Friend::Frie...
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