AlitaCMS Lumen based CMS
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 tablesphp -S localhost:8000 -t public
to start
- Ultra simple CMS interface
- Flexible content types & fields
- Multilanguaje suport
- REST content serving for independen front-end