Hello, I am developing a Laravel package and I am wondering what is the best practise when dealing...
Hello, where can I place code (Laravel 5.1) that has to be executed after the App\Providers\AppServi...
Hello, in my application users can add other users (to establish a "friendship"). Therefor...
Hey, lately I have got a lot of troubles with models that use the SoftDeletingTrait. If I want to ha...
Hey, is there a way to extend Illuminate\View\Engines\CompilerEngine? I want to override one of its...
Well why do you need a seperate table? Why not use the same table but add another attribute "pu...
Solution: Use middleware. So obvious... ;)
Solution: Copy vendor/cartalyst/sentry/src/config/config.php to config/cartalyst/sentry.php
Please give us more information. "is not working" is not a helpful description of the prob...
type: "GET", // not POST, laravel won't allow it Why not? Because of the CSRF protection?...
The Laravel portal for problem solving, knowledge sharing and community building.
The community