This is not working: public function boot(\Illuminate\Routing\Router $router) { $rou...
how automatically load packages in a custom package outside vendor directory? I made a directory pac...
In my auth.php i have set up the driver to custom. It works create with this service provider: Clas...
I want to make a session cart object for a webshop, what is the best way to approach this in laravel...
i want to make a multi-domain frontend application. What is the best place to put the function that...
Already fixed it: public function boot() { if (Request::is('cms') OR Request::is('c...
Do you have something like this in your models: static::saving(function($model){ foreach...
I need to communicate with a api and by every request there will be a domain check. The reason for t...
solution is changing #model->attributes with $model->toArray().
The Laravel portal for problem solving, knowledge sharing and community building.
The community