So I am trying to add new item to a collection. So how i do I add it? My Code $users = User::where...
Hi guys! I'm currently trying to implement something like this but with laravel- Excel: link Excel:...
I'm a noob at this, please forgive me but I'm trying to connect a one-to-one relationship between a...
I'm trying to use a sort field in my database but everything needs to be entered twice. So I'm looki...
I'm trying to fetch JSON data from an API and it's returning null. Here is my code: $movie_url = '...
I am trying to combine results of two queries: For my first query, dd($sales) array:3 [▼ 0...
I am trying to merge two queries $sales = DB::table('sales') ->join('drugs', 'drugs.id', '=',...
Hey guys, Been trying to come with solution to translate this query as eloquent as possible, but kee...
Been on this for many days now but I can't seem to figure it out <?php namespace App; use Illum...
I am trying to insert 1000's of dummy records over numerous seeding artisan commands. But I am stuck...
i have two tables books and 'books_photos' table . Which has one to one relationship. <?php...
I have three tables: Item { id, category_id, name, price} Category { id, subcategory_id, name } Subc...
I have a social network type site where there is the normal front end and an admin interface for me...
I have two tables: books and photos table. I stored all the information of books in the books table...
Hello,.. I am new in laravel, and I have a problem when going to transform the model into an array....
Hello, a few months ago, I successfully implemented Infinite Scroll in Laravel 5 using this tutorial...
Hi, I can't find a way to do a left join to count elements from pivot table using Eloquent and Fluen...
I want to create 1000's of dummy users, but also correct relations. Example would be create a User w...
I've just started to study Laravel using this course Laravel 5 Fundamentals but in lesson 22 I've a...
It is my first time writing a composer package for Laravel and publishing it on GitHub free for all....
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