Created
February 5, 2019 19:12
-
-
Save jhowbhz/2d7cf9dfc89c581554e65da856855a58 to your computer and use it in GitHub Desktop.
ssl-middleware
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
protected $middleware = [ | |
'Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode', | |
'Illuminate\Cookie\Middleware\EncryptCookies', | |
'Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse', | |
'Illuminate\Session\Middleware\StartSession', | |
'Illuminate\View\Middleware\ShareErrorsFromSession', | |
// adicionar esta linha | |
'MyApp\Http\Middleware\HttpsProtocol' | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment