Support the ongoing development of Laravel.io →

ITCan

Joined 14 May 2015

Statistics

Threads 3
Replies 8
Solutions 1
Articles 0
posted 7 years ago

[5.3] Supervisor multiple processes?

This is weird, I have supervisor to keep my queue going, but when I upgraded to Laravel 5.3 my proce...

0 Likes
0 Replies
posted 8 years ago

Request::is() function not correct?

Hey guys, I came across some weird stuff (I use Laravel 5.1). I have the following code: $my_current...

0 Likes
1 Replies
posted 8 years ago

Laravel 5 Guzzle Mandrill set options

Hey guys, I am using Mandrill and Guzzle for emailing and this works fine! But I want to add some co...

0 Likes
1 Replies
Solved
replied 7 years ago

Hashing passwords on client side before sending

always use HTTPS; always use the bcrypt() function to hash passwords (https://laravel.com/docs/5.2/...

0 Likes
replied 7 years ago

Laravel 5.2 .env sometimes doesn't load in time

in your config/app.php file there is this line: 'timezone' => env('TIMEZONE', 'UTC'), to fetch th...

0 Likes
replied 8 years ago

Middleware RedirectResponse header function missing.

Try $response->header->set('Cache-Control' , 'public')

0 Likes
replied 8 years ago

Laravel 5 Guzzle Mandrill set options

https://laracasts.com/discuss/channels/laravel/laravel-5-mandrill-guzzle-custom-curl-options

0 Likes
Solved
replied 8 years ago

Middleware RedirectResponse header function missing.

I think you should use: $response = $next($request); $response->header->set('Cache-Control' ,...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.