Dear Laravel enthusiasts, I'm working on writing a REST API in Laravel and I've run aground on this....
Dear Laravel enthusiasts, I've been thinking about developing some real time functionality in some o...
I'm working on a project where businesses can create a page and consumers have to be able to login s...
I'm working on an application containing log messages and users. The respective models are LogMessag...
If you want this for all URLs you'd probably be better of implementing this at nginx level. In case...
What I ended up doing is placing this in my index.php, just above $app->run() : $uri = $_SERVER['...
I can think of many errors you could get from this code, but I'm especially curious about the error...
In the Sentry config files, you can specify which User class you want Sentry to use. Make sure your...
For users, permissions and roles you could look at https://cartalyst.com/manual/sentry .
The Laravel portal for problem solving, knowledge sharing and community building.