Successfully migrated laravel to lumen in the local environment, tested it, and there were no problems
Upload the code to the server, and be damned~~The following screenshot appears and an error message appears. After looking at the .env configuration file, the connection account and password are correct. Why is this?
擁有18年軟件開發(fā)和IT教學經(jīng)驗。曾任多家上市公司技術總監(jiān)、架構師、項目經(jīng)理、高級軟件工程師等職務。 網(wǎng)絡人氣名人講師,...
The problem is solved. You need to go to the bootstrap directory and modify the app.php file to remove $app->withEloquent();
I found that many of the original laravel configurations were modified in this app.php. You can take a closer look at this file