Skip to content

lazycms/CowCat

 
 

Repository files navigation

CowCat CMS

Software License

Free,open-source CMS based on the Laravel PHP Framework

功能特点(Features)

  • 简单易用(Simple and easy to use)
  • 日志管理(Log Manager)
  • 用户验证(Auth Manager)
  • 用户管理(User Manager)
  • 菜单管理(Menu Manager)
  • 操作管理(Action Manager)
  • 中英文切换(Switch in Chinese and English)
  • 角色与权限管理(Roles & Permissions Manager)
  • 模型视图分层,代码解耦(Repository && Presenters && Services)

页面预览(Page PreView)

环境要求(Requirements)

  • PHP : 5.6
  • Laravel : 5.1.*
  • Composer

我的开发环境(My Development Environment)

  • Homebrew
  • PHP - 7.0.7
  • Redis - 3.2.0
  • Nginx - 1.10.1
  • MySQL - 5.7.13

安装步骤(Installation)

  1. git clone https://github.com/luisedware/CowCat.git
  2. cd CowCat
  3. sudo chmod -R 777 storage/
  4. sudo composer install
  5. sudo npm install
  6. sudo vi .env
  7. gulp
  8. php artisan migrate:refresh --seed
  9. php artisan serve
  10. gulp watch

默认账号: user@qq.com / admin@qq.com 密码: 123456

计划新增功能(Todo)

  • 发送邮件(Send Email)
  • 在线支付(Online payment)
  • 文件上传(File Upload)-- 初步实现
  • OAuth2.0 注册与登录(Register & Login By OAuth2.0)
  • 富文本编辑器和 Markdown 编辑器(Rich Text Editor && Markdown)

感谢(Thanks)

开源协议(License)

MIT License

关于(About)

联系方式(欢迎交流)

企鹅:2794408425

About

Free, open-source CMS based on the Laravel PHP Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.7%
  • HTML 31.5%
  • CSS 12.1%
  • PHP 10.7%