Hello, if I throw an exception inside of a view, e. g. <?php throw new \ExampleException('Test');...
Hey, just tried to update from Laravel 4.1.30 to 4.2.8. Had to undo it because of general troubles w...
Hey, take a look at the examples: echo public_path(); // C:\Users\JohnDoe\laravel\public vs echo ur...
Hello, is it save to always add the CSRF token to the HTML code of the main layout? E. g.: <body...
Hello, is there a native way to determine if a model supports soft deleting? Something like: User::u...
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.