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..Recently I installed DOPTOR CMS.Really it is working good.I have one doubt,while creating the mo...
i wonder if how i can get the Controller name and Action name in the Blade template/View? Thanks in...
hello, i have a controller method with parameter public function check($root_ip, $root_port) {...
I have a complex product setup on a shop, so the users basket includes a lot of info cached from the...
I'm thinking something like Route::resource('sessions', [ 'as' => 'test', 'uses' => 'SessionsC...
So I read the pagination code and from what I understand if there are 3 pages of data available and...
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 want to automatically when the user comes to the site append a query string on the home page. Is t...
I like to see a database driven Acl method for laravel just like cakephp, Cakephp has a method with...
Hi..Recently I installed DOPTOR CMS.Really it is working good.I have one doubt,while creating the mo...
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...
Hi all, I have issue when trying to delete using modal windows confirmation popup. Inside that confi...
Is there a way to get the name of an event that is firing when you're using a wild card listener? I'...
Hi..Recently I installed DOPTOR CMS.Really it is working good.I have one doubt,while creating the mo...
it will be nice for my current project to do the inverse of what trans() does, I have the text and I...
I'm having issues getting controller beforeFilters working using either the Closure method or the lo...
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.