utf8mb4_bin
[docker安装教程](https://www.linkace.org/docs/v1/setup/setup-with-docker/)
.env.example
并重命名为 .env
.php artisan key:generate
<IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{REQUEST_URI} !^public RewriteRule ^(.*)$ public/$1 [L] </IfModule>
add_header X-Frame-Options "SAMEORIGIN"; add_header X-XSS-Protection "1; mode=block"; add_header X-Content-Type-Options "nosniff"; location / { try_files $uri $uri/ /index.php?$query_string; } location ~* \.(?:css|js|map|scss)$ { expires 7d; access_log off; add_header Cache-Control "public"; try_files $uri @fallback; } error_page 404 /index.php;
.env
文件中编辑Mail configuration
本文作者:7
本文链接:
版权声明:本博客所有文章除特别声明外,均采用 转载请注明出处 许可协议。转载请注明出处!