I have several views that show a detail with an edit button. When the user clicks on the edit butto...
I have a model: class Parent extends Eloquent { public function child() { return $this->has...
I have a table that may have a date or may be null. Is it possible to set an ORM validation rule th...
I have a multi-tenant DB that I need to manage incrementing invoice numbers per tenant. It's import...
What is the best practice in laravel for storing a key value pair that I want global available but u...
The code is an example of what I am trying to do, not the actually code i'm using.
The Laravel portal for problem solving, knowledge sharing and community building.
The community