Skip to content

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

License

Notifications You must be signed in to change notification settings

xiaozhenliang/CowCat

 
 

Repository files navigation

CowCat CMS

StyleCI Build Status Software License

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

Features

  • Simple
  • Log
  • Auth
  • User
  • Menu
  • Action
  • Roles & Permissions
  • 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

  • Email
  • Billing
  • Image Upload
  • Register & Login By OAuth
  • Rich Text Editor && Markdown

Thanks :D

License

MIT License

关于

联系方式(欢迎交流)

企鹅:2794408425
微信:AnnEason

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%