DEV Community

Discussion on: How to deploy a Laravel/Vue App to Heroku

Collapse
 
kessir profile image
Kessir Adjaho

You'll have to edit App\Http\Middleware\TrustProxies.php to look like this:

protected $proxies = '**';
protected $headers = Request::HEADER_X_FORWARDED_AWS_ELB;