baimo / core
Package description here.
dev-master
2022-06-23 08:43 UTC
This package is auto-updated.
Last update: 2025-05-23 15:10:05 UTC
README
.
安装扩展包
$ composer require baimo/core:dev-master
安装BaimoCMS
$ php artisan baimocms:install
安装过程中遇到的问题:
- 如果指定的Mysql没有权限,尝试执行下面的语句
GRANT ALL PRIVILEGES ON *.* TO `admin`@`%`
遗留问题
- 清除数据库默认的迁移文件
- 数据库迁移文件发布
- 命令行安装完成后修改.env文件的数据库相关内容
- 删除不需要发布的文件的相关逻辑,在src/Providers/ModulesServiceProvider.php文件里(删除没用的逻辑)
贡献
You can contribute in one of three ways:
- File bug reports using the issue tracker.
- Answer questions or fix bugs on the issue tracker.
- Contribute new features or update the wiki.
The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.
License
MIT