Hi, I am having trouble to insert record in DB, here is my code $member = new User; $member->user...
I use this package in my project https://github.com/tappleby/laravel-auth-token I want to add an add...
Hi, I'm trying to execute a Python script from my Controller. In my controllers directory I created...
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..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...
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