I have followed the quickstart here for Tymon JWT and I can login okay (that route isn't protected)...
I'm using php mail() to send mail through laravel. I'm setting the from and subject of the email in...
I am retrieving a list of articles that belong to each blog of the current user like this: return $c...
I have a method that returns all the current user's blogs. User hasMany Blogs and Blog belongsTo Use...
2/2 HttpException in AuthorizesRequests.php line 94: This action is unauthorized. 1/2 UnauthorizedEx...
Okay I got the policies working. I had to add at the top of AuthServiceProvider.php these lines: use...
I can get this to work: AuthServiceProvider.php: public function boot(GateContract $gate) {...
I am running Apache 2.4 on Windows with PHP Version 5.6.15, mycrypt enabled and MySQL, and it's Lara...
I ended up removing xampp and installing Apache 2.4 for Windows, PHP and MySQL manually. Then I set...
[Mon Nov 09 22:38:20.403273 2015] [core:error] [pid 8992:tid 1728] [client 127.0.0.1:59489] AH00124:...
The Laravel portal for problem solving, knowledge sharing and community building.