Skip to content

331164885/Baimo-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BaimoCMS core Module

.

安装扩展包

$ composer require baimo/core:dev-master

安装BaimoCMS

$ php artisan baimocms:install

安装过程中遇到的问题:

  1. 如果指定的Mysql没有权限,尝试执行下面的语句
    GRANT ALL PRIVILEGES ON *.* TO `admin`@`%`

遗留问题

  1. 清除数据库默认的迁移文件
  2. 数据库迁移文件发布
  3. 命令行安装完成后修改.env文件的数据库相关内容
  4. 删除不需要发布的文件的相关逻辑,在src/Providers/ModulesServiceProvider.php文件里(删除没用的逻辑)

贡献

You can contribute in one of three ways:

  1. File bug reports using the issue tracker.
  2. Answer questions or fix bugs on the issue tracker.
  3. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages