我克隆了项目
https://github.com/SagarMaheshwary/laravel-react-beginners.git
跑了
composer install
php artisan serve
但是localhost:8000显示500服务器错误,并且在artisan控制台中看不到任何错误日志。我该如何解决这个问题?
我正在使用MacOS。
答案 0 :(得分:1)
git clone https://github.com/SagarMaheshwary/laravel-react-beginners.git
cd laravel-react-beginners
composer install
.env.example
复制到.env
或简单地重命名:如果是Linux:
cp .env.example .env
如果是Windows:
copy .env.example .env
php artisan key:generate
php artisan serve