###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(...
I have a model called Product that has the following self referencing many-to-many relation: // pare...
Hi guys, Hope you can help me with this simple query. I have this function. public function CapT...
I have a real estate site with a master table of listings. Each listing belongs in one subdivision...
So i'm trying to update a user in the database, all names are correct however the update is only upd...
Hi, i have the following code for listing, sorting and filtering products. $query = Products::query...
I'm having an issue when rolling back a migration that drops foreign keys. I'm creating the foreign...
Hi, I have create search keyword query for my cart. If I debug query with ->toSql() it display an...
Hi! I have relationships on my User model using pivot table for usergroups public function groups()...
Hello, This is my route.php Route::get('test/{paramter1}/{paramter2}', 'Somecontroller@somemethod');...
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