Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚安装了 Laravel 5.3。php artisan serv也运行。
php artisan serv
但是当我点击http://localhost:8000/浏览器时,我得到了一个RuntimeException.
http://localhost:8000/
RuntimeException
有什么解决方案可以防止这个错误吗?
通过此命令创建密码密钥
php artisan key:generate
然后运行服务器
php artisan serve
为避免此问题,请始终使用 composer 来创建项目。
前任。作曲家创建项目 laravel/laravel your_project_name --prefer-dist
如果您通过 composer 创建项目,则无需运行此命令。