I am writing a unit test for a route passing a $id and have a ModelNotFoundException being thrown. I...
I run laravel on a windows box at work for an office application I wrote to connect to our Pervasive...
If you are talking about browser based, just use the Auth class. Phone devices nowadays work just as...
I don't know if you could do that with any less code. Sometimes we forget how short that code actual...
Looking over the code, you appear to have something that should be working. Using your browser's deb...
The solution I use is to POST to my REST auth controller, and return a api key (token), that is save...
The Laravel portal for problem solving, knowledge sharing and community building.