Support the ongoing development of Laravel.io →

4,599 Threads

How to get child objects belonging to parent

I have a method that returns all the current user's blogs. User hasMany Blogs and Blog belongsTo Use...

0 Likes
2 Replies
Solved

Help with query

Hello, could somebody kick me into right direction how to build this kind of query in eloquent: SET...

0 Likes
0 Replies

How could I connect to a custom database?

I'm creating a sort of SQL web client and would like to know if it's possible to connect to a user-s...

0 Likes
2 Replies
posted 8 years ago

migrations

how to migrate specific table?

0 Likes
2 Replies

help with billing in laravel

Hi, im building this SaaS application where the users are billed every month on their join dates. bu...

0 Likes
1 Replies

Link each product to its product_details page

In native PHP it takes about 2 minutes to link each product on the page to its product_details page...

0 Likes
4 Replies
Solved
posted 8 years ago

Maatwebsite Excel Getting Maximum time execution

I got Maximum execution time of 60 seconds exceeded even if I have only 1 record(username, email) in...

0 Likes
1 Replies

How do I use chunk to insert large amounts of data into database?

I would like to insert a large number of rows into my database using chunks, but I am not sure I am...

0 Likes
2 Replies
Solved

How to move all models in separate folder in laravel 5.2

Greeting to everybody, I'm building a pretty big and complex application in laravel 5.2. it's going...

0 Likes
2 Replies

Create join without "ON" clause

Hi Guys...i need some help...i need to implement something like this... select * FROM matchscore_pr...

0 Likes
2 Replies

Trying to display orders on logged user

I'm trying to make a menu for user when he loggin to be able to check his order history. So far I go...

0 Likes
3 Replies
Solved

database, model, eloquent convention

hi, I'm started to use Laravel and have a question about the underscore convention when creating tab...

0 Likes
4 Replies
posted 8 years ago

Error In Migration Process

Hi, I'm newbie in Laravel framework. I'm facing errors when I try to migrate some database table. Be...

0 Likes
1 Replies

Firebase Integration (Realtime notifications)

Dear Laravelists, I would like to give you a heads-up on a wrapper I wrote for Firebase (https://www...

0 Likes
1 Replies

Optional eager loading

Hi guys, Is it possible in Laravel/Eloquent to only eager load a relation when a condition is met? F...

0 Likes
1 Replies

Laravel hasMany() + where() returns where conditions in opposite order

Using the following: return $this->hasMany(Text::class, 'item_id')->where('item_type', 'produc...

0 Likes
1 Replies

Post to Form data to the Database using webService

I wanna Know how to pass form data to the database via web service using curl and json in laravel 5....

0 Likes
0 Replies

Relationship

у меня ест 3 таблицы "USER" "POSTS" "Photo" USER public function...

0 Likes
0 Replies

Custom Fields / EAV

I've a few projects coming up where I'll need to allow users to create custom fields on things like...

0 Likes
3 Replies

Upload and display mp4 files?

###Best way to upload mp4 file on disk and display them in video tag on the page? ###For example: ##...

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.

© 2024 Laravel.io - All rights reserved.