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....
So I am attempting to create a basic CMS in Laravel as a sort of pet project. I am coming from a wor...
Hi there, I'm currently fighting with polymorphic relations. What I want to archive is multiple type...
Hello people, I want to add two same ids the intermediate table of a Many To Many relationship using...
I am creating a little blog CMS as a sort of first Laravel App project, and am trying to implement f...
Hello, I am making a web app for a college project and I am trying to have 3 different authenticatio...
I'm trying to return a count of a query with multiple where conditions. I have batches of licenses....
I am building some migration code and I want to simply loop through an array and drop all foreign ke...
I am trying to call a mysql stored procedure called new_user passing parameter to it, and i have tri...
Hello everyone First Post and probably not the last, Very new to Laravel and Probably a simple answe...
...how do we get all user's associated likeables? So I used the polymorphic relation method to set u...
Hi I'm converting an existing application from another old php framework to laravel and trying to ge...
Hi, I have Post and Tag models, associated in many to many relationship. I am trying to filter Posts...
Dear Friends, I know how to paginate a single Table query result in controller like below:...
Hi all - I'm stumped with rule validation on update. All the examples use a user class but if I crea...
I want an average of all sales for the month of January in the whole table. My date_sold is in the f...
User model class User extends Authenticatable{ public function enrollments() { return $this-...
I'm trying to build a database where an admin Can create lists that have can have tasks, now the tri...
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