I would like to mock model's scope method, is it possible? Here is the scenario: Order model: public...
Hello, I have two models Person class Person extends Model { public function emails()...
When trying to run the 'dashboard' view - it returns an error in return: ReflectionException in Cont...
Hi, I have a working app with laravel cashier and I can bill a user, swap plans... but I don't know...
I have ran into a problem with regards to standalone Eloquent. I have a query like this: $data = Tes...
In the handle() method of my middleware, I currently have: return $next($request); But I would like...
I'm stuck on localization... I want to translate a record from the database with the github package...
I'm trying to use Html and Form facade but without any luck. This is the error I get: FatalErrorExce...
How to call mutator if I don't have that field in $request->all() input fields? In my model: publ...
when trying to run a view I am getting an error says: NotFoundHttpException in RouteCollection.php l...
As We know that Cron system works on UTC only. Does laravel honour server timezone while triggering...
Hi, i know that i can do a full outer join with ->join('Especialidades', 'Especialidades.espe_Cod...
Hi, I have a field wich receive a JSON like this: {"grid":{"product":1,"col...
Hi all! I'm pretty new to laravel and I have a problem. I using route: Route::get('/home', function...
Hi. I have a question concerning Laravel and OPcache (built in as of PHP 5.5.0). Current setup Lara...
When setup my project on sub domain getting below error. PHP Warning: require(/home/username/public...
Hi, I'm unable to access my form-data in middleware, however, If I send the same data as a JSON, I c...
Hello guys, I'm getting stuck on a route which is not defined according to Laravel 5. All my routes...
I'm using laravel 4 and I'm trying to get all the gallery items that belongs to a category depending...
Hello everyone. I am wondering what will be the fastest way to find pair value in array in blade. Wh...
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