I have two tables, manufacturers & models that I'm seeding via factories. ManufacturersFactory:...
I am using https://github.com/nWidart/laravel-modules and have a module Cars. In CarsDatabaseSeeder...
I want to build a comprehensive practice project. I am a virtual Laravel virgin. This project will i...
I have a seeder that ended up working when I added protected $guarded = ['id'] to the model class of...
Here is part of my Listing model file: public function model() { return $this->belongsTo('Model'...
See the reason I have their relationships that way is because I want Models to have to be unique but...
Also is that even a good idea to be stringing along the relationships like I am from Listing <- M...
Well Confide is for user auth, Ardent is for validation. I wanted to put my field validation in the...
So what's the array printed in the controller?
The Laravel portal for problem solving, knowledge sharing and community building.