宝塔部署laravel报错
我添加了一个站点,配置了ip,端口,然后项目位置。 访问时,报错了: open_basedir 的作用是限制php脚本的访问范围。 我们在宝塔中取消这个限制: 再次访问站点,正常了。 我们也可以,将限制的目录位置,调整一下: open_basedir = "/www/wwwroot/learnProject/weibo-laravel01/:/tm…
2024-9-26 14:28
|
12,849
|
|
103 字
|
1 分钟内
php artisan serve 执行后运行的127.0.0.1:8000无法访问
laravel 项目在本地的VMware 虚拟机中,使用 php artisan serve 启动 [root@192 Laravel-Weibo]# php artisan serve INFO Server running on [http://127.0.0.1:8000]. Press Ctrl+C to stop the …
2024-9-10 23:45
|
1,252
|
|
72 字
|
1 分钟内
执行php artisan migrate报错
按 https://learnku.com/courses/laravel-essential-training/9.x 的教程,写一个laravel项目,在执行数据库迁移文件命令时报错了 此时我们可以将 .env 中的 DB_HOST 配置改为wsl2虚拟机的ip DB_HOST=172.29.97.130 再次执行还是报错,但是错误明显不一样了…
2024-8-26 18:58
|
134
|
|
169 字
|
2 分钟