This is weird, I have supervisor to keep my queue going, but when I upgraded to Laravel 5.3 my proce...
Hey guys, I came across some weird stuff (I use Laravel 5.1). I have the following code: $my_current...
Hey guys, I am using Mandrill and Guzzle for emailing and this works fine! But I want to add some co...
always use HTTPS; always use the bcrypt() function to hash passwords (https://laravel.com/docs/5.2/...
in your config/app.php file there is this line: 'timezone' => env('TIMEZONE', 'UTC'), to fetch th...
Try $response->header->set('Cache-Control' , 'public')
https://laracasts.com/discuss/channels/laravel/laravel-5-mandrill-guzzle-custom-curl-options
I think you should use: $response = $next($request); $response->header->set('Cache-Control' ,...
The Laravel portal for problem solving, knowledge sharing and community building.
The community