php源码漂亮界面FullstackCMS后台
全栈内容管理系统FullstackCMS 是一款基于 Laravel + Ant-design 界面的精美后台
鉴于市面上的CMS已经过时,笔者使用更先进的laravel和ant-design重新设计构建了一个新时代的CMS。开源不易,请尊重版权!
安装注意事项
首先需要将web环境的默认目录指向public目录
从命令行安装系统
编辑.env文件配置数据库信息
从命令行执行数据迁移
第一步:php artisan migrate(需要在环境变量中加入php)
第二步: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.))
页:
[1]