Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 486 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 486 Bytes

AlitaCMS

AlitaCMS Lumen based CMS

Installation

  • git clone https://github.com/drcrow/AlitaCMS.git projectname
  • cd projectname
  • composer install
  • Create a database and inform .env (remove .example)
  • php artisan migrate to create tables
  • php -S localhost:8000 -t public to start

What can AlitaCMS do?

  • Ultra simple CMS interface
  • Flexible content types & fields
  • Multilanguaje suport
  • REST content serving for independen front-end