Support the ongoing development of Laravel.io →

How to dynamically embed related forms in Laravel 5?

I have two related entities in Laravel, client and client user. A client can have multiple number o...

0 Likes
0 Replies

FatalErrorException in compiled.php line 9437: Class 'User' not found

I am trying to query the database to get all suggestions along with the users table information howe...

0 Likes
2 Replies
Solved

Form validation with @foreach

Hello, I have table with form, here is code: <tbody> @foreach($cart_products as $index =&g...

0 Likes
3 Replies
Solved

Laravel 5 - Routing with optional prefixes

I would appreciate some help with routing in Laravel 5. I've got three models: ReasearchLine, Reasea...

0 Likes
1 Replies
posted 10 years ago

Repository Pattern and Class - Interface binding

Hello all; I've been using this pattern for a long time but there is just a little point that I coul...

0 Likes
2 Replies
posted 10 years ago

Is it good practice to have such queries in laravel views?

@foreach( $users as $user) <td class="text-center" > {{{ Order::whereAff...

0 Likes
4 Replies

Changing Database between Tests

I have a model that i like to unit test. The majority of methods use standard database functions. On...

0 Likes
2 Replies
Solved
posted 10 years ago

Call to undefined method

I have a strange issue, where I get this error Call to undefined method Illuminate\Database\Query\Bu...

0 Likes
0 Replies

include view as single line.

Hi all, I'm trying to include a blade template but as a single line. (http://stackoverflow.com/quest...

0 Likes
1 Replies
posted 10 years ago

Laravel Birmingham UK Meetup

Hi All, Are there any Laravel developers in Birmingham UK? There isn't any Laravel meet up in Birmin...

0 Likes
2 Replies

Boosting image serving performance

I am currently trying to improve the performance of my Laravel application. The average response tim...

0 Likes
5 Replies

Disable user register

Hi everyone, for let be my app private i have to disable the user register function, and of course t...

0 Likes
1 Replies
Solved
posted 10 years ago

Form Update

Hi everyone, i have to update some post and, to do that, i'm using this form with PATCH method. <...

0 Likes
2 Replies
Solved

Eloquent Union Laravel 5

hello there, i am newbie there. im working with laravel 5, and i got a problem when i developed my w...

0 Likes
0 Replies
posted 10 years ago

Windows 8.1 Homestead Error Message vm: The host path of the shared folder is missing: ~/Code

In my Homestead.yaml I have the folders configured as: folders: - map: c:\Code to: /home/v...

0 Likes
1 Replies
posted 10 years ago

BadMethodCallException in production?

I've got a local environment setup and my code runs fine, however when I deploy to forge I get a Bad...

0 Likes
0 Replies

Aimeos web shop package 1.0.1 for Laravel 5

This release fixes the database configuration issues some users had during installation. It also add...

0 Likes
0 Replies
posted 10 years ago

Creating a shell script to auto-enable SFTP on Laravel Forge

I've followed these instructions a few times to enable SFTP on some of my Laravel Forge spawned serv...

0 Likes
0 Replies
posted 10 years ago

Citrix session problem

Does anyone know about sessions mix ups in a laravel 4 app running in a Chrome Browser through Citri...

0 Likes
0 Replies

save() don't work on polymorphic retlation

Hi, I want to save records for polymorphic tables. <?php namespace App\Commands; use App\Command...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.