I'm trying to do a stateless HTTP login for my RESTful API using Auth::onceBasic() I've tried the so...
In my app's bootstrap code I need to use $_SERVER['HTTP_HOST'] to do some initialization. Problem is...
Hi all! I have a little problem, this is my code: http://laravel.io/bin/2zjVG I'm showing all the im...
I have a repository EloquentPageRepository that creates and saves pages. I have an Observer than is...
In my Laravel installation I have a need for the users to add extra form fields within the create fo...
My form: {{ Form::open(array('url' => 'publicationvote', 'class' => 'vote_ajax')) }} <input...
I'm just new in laravel. I'm using laravel 4.1, I encounter this error sometimes. {"error"...
Hi guys. I have a link to route like this in my application view {{ link_to_route('categories.creat...
I use this package in my project https://github.com/tappleby/laravel-auth-token I want to add an add...
Default: app\controllers\UserController.php I Want : app\controllers\user\UserController.php If do...
Hey, i want to make a page for search, which will be /find/, and when i enter the name, it will redi...
Hey, i made a route with a parameter, but when i try to redirect, i get a NotFoundHttpException My...
Hey, i have a question: how can i make a query, and use results like this: Query::user()->Name
Hi all, I'm starting with L4. I would like to have a route like user/{email} and define a Route::pat...
Its early here, so i'm sure i'm missing something obvious This works fine Route::get('users/login',...
I have an admin area (previously) using auth basic. Route::group(array('prefix' => 'admin', 'befo...
Hi there, I am trying to integrate jQuery dataTables in my Laravel project but I can't seem to be ab...
Is there a way to get the name of an event that is firing when you're using a wild card listener? I'...
it will be nice for my current project to do the inverse of what trans() does, I have the text and I...
Hello dear friends I've a problem in routing , I defined a route such as Route::post('foo/bar/baz',a...
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