Support the ongoing development of Laravel.io →

4,606 Threads

Enlightenment Linux, Homestead, Index Page and Migration Issues

Hi, First, I was unable to take the manual install path where I ran into dependency problem when I t...

0 Likes
1 Replies
Solved

Laravel Migrations Generator

Heya guys, Just finished a new package for Laravel that allows you to generate clean and accurate Mi...

0 Likes
4 Replies

attach user_id to profile table

how i can attach user_id to profile table when the user register because the register in laravel 5 b...

0 Likes
1 Replies

Clean way of combining an array for a listbox

Most of the listbox I use, make use of the lists function i.e. ->lists('id', 'name') Is there a n...

0 Likes
2 Replies

laravel 5 built in scaffolding tried to use username instead of email error

I already created a column username and fill it in the users table that was used with the laravel 5...

0 Likes
3 Replies
Solved

->withPivot(column)->sum(column)? How to accomplish?

Hi folks, I'm very new to laravel and just trying to sum a column within my pivot table of a model....

0 Likes
0 Replies

How to handle updating User object properly? Would this work?

I've got a form to create a new user - it has name, email, a user role and password information. Tha...

0 Likes
1 Replies
Solved

Count position a comment on post

I have table in database Posts - id - content - parrent_id all posts will insert this table and all...

0 Likes
7 Replies
Solved

Creating New Users Without Using Registration - How?

Hello everyone - Learning Laravel 5 here - I'm creating a little app where there is a 'create user'...

0 Likes
3 Replies
Solved

How can I connect to mysql database on VPS from my localhost? 2 STEP AUTHENTICATION

I have a Laravel 5 website up and running beautifully on my VPS but I've decided to make some big ch...

0 Likes
1 Replies

Eloquent, Where across one-to-many

I have a simple one-to-many relationship, like order to line items. I'm building a search form where...

0 Likes
1 Replies

Relationship Confusion

I might be missing the point of Relationships with Eloquent with this one but, if I was doing it wit...

0 Likes
4 Replies

Laravel 5: one form to update 2 linked tables. How to?

Hi, I have the 2 simple tables below: CUSTOMERS id email CLAIMS id customer_id (foreign key) descri...

0 Likes
3 Replies

Laravel ignores User table

I have a fresh install of Laravel 5 running on WAMP. So far everything is working well as far as rou...

0 Likes
4 Replies
Solved

Query: Top 10 products?

Hi, I can't figure out how to filter my top products from the DB. I'm searching for an Eloquent way...

0 Likes
3 Replies

Update the data in table

As the title says, I have some data. I am trying to update it just using updateOrCreate() method but...

0 Likes
0 Replies

How to model redundant information?

I have been racking my brain to figure out the most 'eloquent' solution to this problem. Perhaps you...

0 Likes
2 Replies
Solved
posted 10 years ago

Using Laravel for Database migration management for multiple project

Has anyone used laravel for database management migration management for several applications, as a...

0 Likes
1 Replies
Solved
posted 10 years ago

How to use multiple DB with the db query builder?

Hi, Is it possible to use db query builder with two databases? I know that I can use a raw query wit...

0 Likes
7 Replies
Solved
posted 10 years ago

problem when database server cennection is lost

I'm working in a web site where you can save records in indexeddb when the connection with database...

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.