第二步:php artisan db:seed(注意:如果在执行迁移时出现“class not found”错误,请先尝试执行 composer dump-autoload 命令,然后再试。)
(Full Stack Content Management System
FullstackCMS is a beautiful background based on Laravel + Ant-design interface
In view of the fact that the CMS on the market is outdated, the author uses more advanced laravel and ant-design to redesign and build a new era of CMS. Open source is not easy, please respect copyright!
Installation Precautions
First, you need to point the default directory of the web environment to the public directory
Install the system from the command line
Edit the .env file to configure the database information
Perform data migration from the command line
The first step: php artisan migrate (you need to add php to the environment variable)
Step 2: php artisan db:seed (Note: If you get a "class not found" error when executing the migration, try executing the composer dump-autoload command first, then try again.))