Closed PDR-SY closed 5 years ago
宝塔部署错误可以参考宝塔官网教程。
在宝塔里面设置网站根目录
在这里取消禁用函数 proc_open
生成appkey php artisan key:generate 出现错误
建议检查 .env
@a465855787 请问一下你403错误解决了吗?知不知道具体原因
[root@VM_0_15_centos xiaoqingshu]# php artisan key:generate
[root@VM_0_15_centos xiaoqingshu]# php artisan jwt:secret
This will invalidate all existing tokens. Are you sure you want to override the secret key? (yes/no) [no]:
yes
jwt-auth secret [**] set successfully. [root@VM_0_15_centos xiaoqingshu]# cd vendor/
[root@VM_0_15_centos xiaoqingshu]# cd .. . [root@VM_0_15_centos wwwroot]# chown -R www:www xiaoqingshu/ chown: changing ownership of ‘xiaoqingshu/public/.user.ini’: Operation not permitted [root@VM_0_15_centos wwwroot]# cd xiaoqingshu/ [root@VM_0_15_centos xiaoqingshu]# chmod -R 755 storage/logs/ [root@VM_0_15_centos xiaoqingshu]#
先把运行目录设置成public,然后再执行上面那些命令就行了
按照教程一步步走的,就是不行。