laravel-secure-url:laravel 5中间件,用于强制所有内容使用HTTPSSSL

时间:2024-05-31 14:19:05
【文件属性】:

文件名称:laravel-secure-url:laravel 5中间件,用于强制所有内容使用HTTPSSSL

文件大小:2KB

文件格式:ZIP

更新时间:2024-05-31 14:19:05

Laravel使用中间件将所有请求重定向到HTTPS / SSL 第一步-创建中间件存根 php artisan make:middleware ForceSSL 第二步-实现中间件 修改app \ Http \ Middleware \ ForceSSL.php。 在$ except数组中注册除了uri。 <?php namespace App \ Http \ Middleware ; use Closure ; class ForceSSL { // The URIs that should be excluded from force SSL. protected $ except = [ '/download/*' , ]; // The application environment that should be exclude


【文件预览】:
laravel-secure-url-master
----readme.md(3KB)
----.gitignore(910B)

网友评论