Linux下laravel安装

1、根据laravel文档进行安装(其他安装步骤:https://blog.csdn.net/weixin_38626872/article/details/84944211)

2、访问laravel入口文件报500错误

https://blog.csdn.net/ning521513/article/details/78473239(可根据此方法处理)

https://zhuanlan.zhihu.com/p/29691655(可根据此方法处理)

记得要给文件开权限,开权限,开权限

 

3、

exception 'RuntimeException' with message 'The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths.' in /home/wwwroot/default/blog/vendor/laravel/framework/src/Illuminate/Encryption/Encrypter.php

出现此问题

https://stackoverflow.com/questions/44564962/laravel-5-4-the-only-supported-ciphers-are-aes-128-cbc-and-aes-256-cbc-with-th/44565236

你可能感兴趣的:(Linux,laravel)