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...
Turns out I had to change the config file of SSMTP on Ubuntu so that FromLineOverride was set to YES...
Try this... cd /etc/php/5.6/cli, then sudo nano php.ini, then look for each thing i.e. mysqli.ini an...
Encrypted using Crypt. It's longText.
The Laravel portal for problem solving, knowledge sharing and community building.
The community