I have two related entities in Laravel, client and client user. A client can have multiple number o...
I am trying to query the database to get all suggestions along with the users table information howe...
Hello, I have table with form, here is code: <tbody> @foreach($cart_products as $index =&g...
I would appreciate some help with routing in Laravel 5. I've got three models: ReasearchLine, Reasea...
Hello all; I've been using this pattern for a long time but there is just a little point that I coul...
@foreach( $users as $user) <td class="text-center" > {{{ Order::whereAff...
I have a model that i like to unit test. The majority of methods use standard database functions. On...
I have a strange issue, where I get this error Call to undefined method Illuminate\Database\Query\Bu...
Hi all, I'm trying to include a blade template but as a single line. (http://stackoverflow.com/quest...
Hi All, Are there any Laravel developers in Birmingham UK? There isn't any Laravel meet up in Birmin...
I am currently trying to improve the performance of my Laravel application. The average response tim...
Hi everyone, for let be my app private i have to disable the user register function, and of course t...
Hi everyone, i have to update some post and, to do that, i'm using this form with PATCH method. <...
hello there, i am newbie there. im working with laravel 5, and i got a problem when i developed my w...
In my Homestead.yaml I have the folders configured as: folders: - map: c:\Code to: /home/v...
I've got a local environment setup and my code runs fine, however when I deploy to forge I get a Bad...
This release fixes the database configuration issues some users had during installation. It also add...
I've followed these instructions a few times to enable SFTP on some of my Laravel Forge spawned serv...
Does anyone know about sessions mix ups in a laravel 4 app running in a Chrome Browser through Citri...
Hi, I want to save records for polymorphic tables. <?php namespace App\Commands; use App\Command...
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.