Support the ongoing development of Laravel.io →

4,587 Threads

Storing and Querying Schedules

Hello Everyone! I'm working on a multi-store system and I would need to store efficently working day...

0 Likes
1 Replies
Solved

Impossible relationship

Hi there, I've this strange situation in my application. These are the tables: property id - int...

0 Likes
0 Replies

Unable to create onetomany relation in dbeeee

I have one to many relation: Client: (a client can have many contrcts) public function contracts()...

0 Likes
0 Replies

Model stop performing queries

It's been a couple of months that I am experiencing a weird behaviour on my laravel project. Randoml...

0 Likes
4 Replies

Get data from all tables from 1 table only with Relation

I want to do relation in laravel with this database, what I wanted to happen is I can access all the...

alirasouliwebdeveloper liked this thread

1 Likes
0 Replies

Laravel and Presto IntegrationLaraveldasdPresto

Hello, I'm working with Amazon Athena and it is based on Presto. I need a library that integrates La...

0 Likes
0 Replies

How can I set a custom schema in the SQL Server?

In the database settings in Laravel, we can choose a custom schema for the PostgreSQL database by sp...

0 Likes
0 Replies

How do I make a factory that creates proper random titles?

I am working on a Laravel 8 blogging application. I need a large numer of articles in order to test...

0 Likes
3 Replies
Solved

Laravel - MorphTo relation sometimes returns null

I have a polymorphic relationship between an Article model and 3 models (Company, Group & User)...

0 Likes
1 Replies
Solved

sorting in descending orderlara

Hey, I am trying to display the most recent survey results of a user, which are stored in a mysql da...

0 Likes
3 Replies
Solved

"undefined

Hello! I am new to laravel and am using version 5.8. I have created a Likert survey where users rank...

0 Likes
6 Replies
Solved
posted 1 year ago

Laravel stopped working after disk quota exceeded

Hello ! Today i had a problem in my project : The disk quota was exceeded. Here, it's only my fault...

0 Likes
1 Replies
Solved
posted 1 year ago

How to do a Postgres connection through unix domain socket

Since my postgres instance is on the same machine, I'd like to connect with unix domain sockets inst...

0 Likes
2 Replies

Mysql doesn't start while taking git clone of Laravel Sail

Hello, I am taking a pull from a Git repository of Laravel Project build up using Sail. Then i run b...

0 Likes
1 Replies
Solved

how to store update multi line file upload

public function UpdateAbout(Request $request){ $about_id = $request->id; $blogabouttun =...

0 Likes
1 Replies

Upload images not showing how i see images ?

i upload images and listing the images but not showing

0 Likes
1 Replies

Seeded users can't log in on Laravel or be found on Tinker

I'm working on a seeder that creates 3 users, one per each role I have on my app. When I run the see...

0 Likes
3 Replies

Laravel Eloquent , Pivot Table

Hello, i work on project about customer manager with an API. So, I have 4 Tables on my database : Ci...

0 Likes
1 Replies

Database design for driving school

I came up with a database design that I find most appropiate for scheduling a student on a driving s...

0 Likes
2 Replies

Eloquent Filter n:1 relationship

hello, i wrote the following filter to filter a model independently by the columns. But how do I pro...

0 Likes
2 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.

© 2024 Laravel.io - All rights reserved.