Hi, I was working with some Entities that may contain some other dependent Entities or Value Objects...
I'm trying to understand better how Laravel implements the basic design patterns (creational, struct...
I'm trying to see the utility of the following sample code from Laravel Quickstart Route::group(arra...
Dear friends, How could be possible to use a database table as a connection container in place of us...
How could I do to get access to the all(), find(), and all Model static functions if I'm using an in...
Hi rvs1977, All migrations files, older or not, have a reference in the migrations table of your dat...
Hi, many thanks Ionut-Bajescu. I will review this file.
Many thanks Ruk33, I thought that the Auth::user() wasn't a instance of User model. Thanks for your...
Hi, You could use the following custom method: public function scopetagOf($query, $tagname) { re...
The Laravel portal for problem solving, knowledge sharing and community building.