当前位置:网站首页>laravel8更新之维护模式改进
laravel8更新之维护模式改进
2020-11-08 13:07:00 【神兵小将】
原文连接:https://www.wjcms.net/archives/laravel8%E6%9B%B4%E6%96%B0%E4%B9%8B%E7%BB%B4%E6%8A%A4%E6%A8%A1%E5%BC%8F%E6%94%B9%E8%BF%9B
对php artisan down
命令进行了一些非常漂亮的改进。
在以前的版本中,为了只允许某些人访问该网站,您必须使用白名单功能,如本博文所述:
现在支持预渲染维护模式模板,并且消除了最终用户在维护模式期间遇到错误的机会。但是,为此,必须将以下行添加到您的文件中。这些行应直接放在现有常量定义下:public/index.phpLARAVEL_START
define('LARAVEL_START', microtime(true));
if (file_exists(__DIR__.'/../storage/framework/maintenance.php')) {
require __DIR__.'/../storage/framework/maintenance.php';
}
注:php artisan down --message
已被移除
如何创建自定义Laravel维护页面
使用Laravel 8,您可以拥有一个秘密,而不是使用IP白名单。要配置它,您要做的就是:
php artisan down --secret=YOUR_SECRET_HERE
确保YOUR_SECRET_HERE使用安全的弦线更换零件!
然后访问处于维护模式的网站,请访问 你的域名+/YOUR_SECRET_HERE,这将生成一个秘密cookie,使您可以像往常一样浏览该网站!
这是使您的网站处于维护模式的好方法,但是仍然允许某些人可以访问它!
该php artisan down命令的另一个很棒的补充是您可以预渲染维护页面,这样即使您运行composer update最终用户,仍然可以看到维护页面,而不是一些错误。
为此,只需运行:
php artisan down --render="errors::503"
这样,您可以进行广泛的维护,而不必担心用户看到一些奇怪的错误,而不用担心页面看起来友好。
很酷的是,您可以将标志组合在一起。例如,您可以运行以下命令以在显示的页面上添加机密并同时更改状态代码:
php artisan down --render="errors::503" --status=200 --secret=YOUR_SECRET_HERE
版权声明
本文为[神兵小将]所创,转载请带上原文链接,感谢
https://my.oschina.net/u/3380391/blog/4707666
边栏推荐
- [Python 1-6] Python tutorial 1 -- number
- On the software of express delivery cabinet and deposit cabinet under Windows
- Shell uses. Net objects to send mail
- Xamarin deploys IOS from scratch Walterlv.CloudKeyboard application
- STM32CubeIDE下载安装-GPIO基本配置操作-Debug调试(基于CMSIS DAP Debug)
- Summary of template engine
- 优化if-else代码的八种方案
- Python基础语法
- Hematemesis! Alibaba Android Development Manual! (Internet disk link attached)
- The network adapter could not establish the connection
猜你喜欢
Python basic syntax variables
一文读懂机器学习“数据中毒”
Share the experience of passing the PMP examination
Android Basics - check box
Rust: performance test criteria Library
新的目标市场在哪里?锚定的产品是什么?| 十问2021中国企业服务
值得一看!EMR弹性低成本离线大数据分析最佳实践(附网盘链接)
Why is Schnorr Signature known as the biggest technology update after bitcoin segwit
Drink soda, a bottle of soda water 1 yuan, two empty bottles can change a bottle of soda, give 20 yuan, how much soda can you
DeepMind 最新论文解读:首次提出离散概率树中的因果推理算法
随机推荐
On the confirmation of original data assets
软件开发中如何与人协作? | 每日趣闻
PMP心得分享
Windows下快递投递柜、寄存柜的软件初探
11 server monitoring tools commonly used by operation and maintenance personnel
Adobe Lightroom / LR 2021 software installation package (with installation tutorial)
What is SVG?
2018中国云厂商TOP5:阿里云、腾讯云、AWS、电信、联通 ...
适合c/c++新手学习的一些项目,别给我错过了!
Major changes in Huawei's cloud: Cloud & AI rises to Huawei's fourth largest BG with full fire
[Python 1-6] Python tutorial 1 -- number
模板引擎的整理归纳
用 Python 写出来的进度条,竟如此美妙~
Top 5 Chinese cloud manufacturers in 2018: Alibaba cloud, Tencent cloud, AWS, telecom, Unicom
分布式文档存储数据库之MongoDB基础入门
2018中国云厂商TOP5:阿里云、腾讯云、AWS、电信、联通 ...
我们做了一个医疗版MNIST数据集,发现常见AutoML算法没那么好用
Istio流量管理--Ingress Gateway
2018中国云厂商TOP5:阿里云、腾讯云、AWS、电信、联通 ...
Python Gadgets: code conversion