I'm trying to make a menu for user when he loggin to be able to check his order history. So far I go...
hi, I'm started to use Laravel and have a question about the underscore convention when creating tab...
Hi, I'm newbie in Laravel framework. I'm facing errors when I try to migrate some database table. Be...
Dear Laravelists, I would like to give you a heads-up on a wrapper I wrote for Firebase (https://www...
Hi guys, Is it possible in Laravel/Eloquent to only eager load a relation when a condition is met? F...
Using the following: return $this->hasMany(Text::class, 'item_id')->where('item_type', 'produc...
I wanna Know how to pass form data to the database via web service using curl and json in laravel 5....
I've a few projects coming up where I'll need to allow users to create custom fields on things like...
###Best way to upload mp4 file on disk and display them in video tag on the page? ###For example: ##...
I am creating an installer for my application where the user can input the database connection setti...
Can somebody help me to solve this problem ! When I try to access data from a web service using curl...
Hello everybody, I'm new with laravel and I never used any php framework, so I'm a little lost. Actu...
I'm currently scratching my head with this one. What I have. $entries = Meta::whereIn('settlement_id...
Hi, Is there an easy way to do updates to existing tables? Something that would be run when a table...
Hi, I'am new to Laravel, I'am trying to develop Multiple Choice Question Application, I need to get...
So I have a command that creates a database connection on the fly like so: protected function creat...
Hi Unfortunately this is one of those "where do I put that?" type questions and generates...
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...
I created simple recursive relationship: public function children() { $children = $this->hasMany(...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community