Iam new to laravel and iam creating a application in which i will notify users about the comments po...
Hi, all. I want to use the cookie which I set in controller in my custom middleware. Is it possible...
In a personnal attempt to resolve the 'Repository Pattern Dilemna' that has been a huge debate in th...
First of all I using Laravel 4.3.. When I run this code: $user = new User; $user->...
I've recently started using Laravel and am now learning how to build forms. Before Laravel, I built...
I have this special environment which you can see in the image below: VIEW IMAGE I want to install a...
I am using the most updated version of L5 as of this posting which is 5.0.31. In my Controller I hav...
Welcome to Rakko (Japanese for sea otter) https://github.com/illuminate3/rakko The main core system...
This is what I'm doing: public function movimiento_contable_all( Certificado_de_pagos $request )...
What's the best way to provide the same resource for grouped routes? I was thinking of custom model...
Hi! I've started a project where users send an MMS from their phone to a service provider, which in...
How can I force websites to use the HTTPS connection instead of the HTTP connection. I am using forg...
what I'm trying to do is load content into a div via jquery and from that content load some more con...
Now I have a filter that works something like this: $property = new Property(); if($data['type']) {...
For some reason no matter what I do all tests are saying they are Risky, this includes the tests tha...
Hi there, I am new to phpunit, watched a few videos about it and now I am trying to do a basic test...
Hello frineds, I have troubles to make breadcrumbs from nestedset categories. My categories build ba...
Hi, sometimes I fetch Models from the db and I'd like to make them available in further requests. Ho...
I have the following block of code: $agents = Agent::with('territories') ->or...
Hi everyone, I'm working on a model for golfstatistics. So I have a model called round (foreach roun...
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