Support the ongoing development of Laravel.io →

4,608 Threads

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
posted 8 years ago

Dynamicly update database connection

I am creating an installer for my application where the user can input the database connection setti...

0 Likes
1 Replies
Solved

mcrypt_encrypt(): Key of size 51 not supported by this algorithm. Only keys of sizes 16, 24 or 32 supported

Can somebody help me to solve this problem ! When I try to access data from a web service using curl...

0 Likes
0 Replies

How to make authentication laravel 5.2

Hello everybody, I'm new with laravel and I never used any php framework, so I'm a little lost. Actu...

0 Likes
2 Replies
Solved

Laravel hasOne + group_by, get sum

I'm currently scratching my head with this one. What I have. $entries = Meta::whereIn('settlement_id...

0 Likes
0 Replies

Easy way, package?, for patching migrations?

Hi, Is there an easy way to do updates to existing tables? Something that would be run when a table...

0 Likes
1 Replies

Return no of correct answers

Hi, I'am new to Laravel, I'am trying to develop Multiple Choice Question Application, I need to get...

0 Likes
2 Replies
Solved

[5.2] - Using a custom connection in your models

So I have a command that creates a database connection on the fly like so: protected function creat...

0 Likes
1 Replies

Services and business logic

Hi Unfortunately this is one of those "where do I put that?" type questions and generates...

0 Likes
2 Replies
posted 8 years ago

How to browse an sqlite database?

Im a new developer of just a few weeks. So far so good. but i cant seem to find a way to browse an s...

0 Likes
2 Replies

Laravel recursive tree to flat

I created simple recursive relationship: public function children() { $children = $this->hasMany(...

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