I can't log in to my laravel API with passport, suddenly, everytime I try to register or login and I...
Hey dudes, I am new to Laravel and therefore I wanted to know if it is possible to use the GetUserFr...
Hello, I have a model with 2 levels relationship, and I would like to order by id from 2nd level. My...
Hi, I have an application where there are multiple subdomains (portals) running from a single instan...
Hello, I have created a controller called ProductController. In that controller I have added pagin...
Hi, I need to do two kind of authentication users. First is by password, so you need to type login+p...
Hi everybody, I'm very new in Laravel. I have been watching some videos and I saw this route.php use...
Hello, Info : Laravel using make:auth using form data to register and login. Problem : It must acces...
In Laravel 4 I can set app config values from index.php...for example Config::set('app.myvar','myval...
This works 'expected_at' => 'date|after:"2016-04-09 10:48:11"', Or this works $rules['...
I want to use the Kendo UI in Laravel. It is work good, while I dont want to make a CRUD things with...
Hi , I want to execute below command , when someone submit the post mean store function of postcontr...
Hey, I understand local storage is a client side construct and therefore isn't directly available vi...
Hello, I am using https://github.com/carhartl/jquery-cookie for setting cookie and I want to get coo...
Hello there, I have trouble with an optional parameter, defined in two routes, in app/Http/routes.ph...
Hello, Route::resource('tasks', 'TasksController', array( 'where' => array('tasks' => '[0-9]+...
Hey there! I'm looking for a way to use FORCE INDEX FOR JOIN clause using the Query Builder, Basical...
Hi, I am trying to send data on my controller using XMLHttpRequest but it doen't work. My route: Rou...
following is my code class Cart { public $totalQuantity; public function __construct($oldC...
First off let me say that I understand that CORS is an issue, and I'm not sure if it's what is creat...
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