Support the ongoing development of Laravel.io →

4,606 Threads

Responsibility of repositories

Hi, I have a little question. I am group owner and I want remove user from my group using repository...

0 Likes
2 Replies

How to white-label a product? (backend discussion about data separation)

I've created a web app product. Angular app built on Rest API using PHP/Mysql. The app works great f...

0 Likes
1 Replies
posted 10 years ago

Can't rollback laravel migrate

I've created a migration for CreateUserTable successfully. <?php use Illuminate\Database\Schema\B...

0 Likes
4 Replies

Model::create($request->all()) creates two rows identical rows on one form request

When I fire Product::create($request->all()) method it creates two rows in a table with the same...

0 Likes
1 Replies

Looping through a table to save rows as an array?

I am creating an attendance register that pulls names from a database based on certain criteria and...

0 Likes
1 Replies

Relationships and joins

I'm learning Laravel and have a few questions I am looking to build a relationship between 2 databas...

0 Likes
2 Replies

Data from one template to another

Hi. I have users that need to apply assessments to patients. The user open the blade that shows the...

0 Likes
11 Replies

How to read nested documents with Jenssegers

I have the following MongoDB document { "_id" : ObjectId("543b19a69c1edaf892de2d74&qu...

0 Likes
1 Replies
posted 10 years ago

How to connect to DB2 and Informix?

How can I connect to DB2 or Informix databases? What files do I need to add/extend to create a DB2 d...

0 Likes
0 Replies

DoS on Laravel's Auth

Is laravel affected by the DoS attack related to wordpress and PHPMyAdmin?

0 Likes
0 Replies

Insert Only Database - Dealing with Foreign Key Constraints

I've been working on a project recently, and I've hit a block in my database design. I'm required to...

0 Likes
4 Replies

undefined method \Database\Query\Builder::checkUserExists()

Guys, im getting this error, but i dont know why... And worser: i dont know how to solve. Im using l...

0 Likes
1 Replies

Multiple Table Inheritance?

I have User model. I also have 5 Profile Models these are sub-types of User: Manufacturer, Seller, C...

0 Likes
2 Replies

Setting DB connections

I am learning Laravel and am just practicing. I am creating a second connection to a database, so I...

0 Likes
4 Replies
Solved

Relationships confusion

I'm a little confused with relationships and struggling to get it working, i guess in reverse order....

0 Likes
3 Replies

Repositories and Models

Hey all, I'm currently getting to grips with Repository patterns with Laravel after a nightmare of t...

0 Likes
4 Replies

Query results being dropped after collection creation & paginate bug ?

Hi guys, Starting to go crazy on that.... Behaviour: Query works and returns the results I want BUT...

0 Likes
0 Replies

Best Software For MySql Backup

Hello, How can I make a backup of MySql database? My Friend told me abour CloudBacko MySql Backup so...

0 Likes
3 Replies

Laravel eloquent help?

Can someone help me convert this standard SQL into eloquent queries select main.name as main_name, s...

0 Likes
2 Replies

Handling dates with form models

I have table with users which includes their date of birth. I don't think i'm inserting the date the...

0 Likes
2 Replies
Solved

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.