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...
@Marwelln, I have only one strange thing with this piece of code: public static function boot() {...
Thnx! Weird thing is that i still get: SQLSTATE[HY000]: General error: 1366 Incorrect decimal value:...
I want to use a Manager/Service for functions like: getForm() getImageByPosition() In my opinion thi...
The Laravel portal for problem solving, knowledge sharing and community building.