Simple headless CMS for modern world built as Laravel package for seamless integration into your app
This is a work in progress. You're welcome to explore and play around but please some bumps during exploration.
Composer package will be released once core features are completed. In the meantime, you may install following below instructions
cd your-laravel-core-directory
mkdir packages
cd packages
git clone git@github.com:sakydev/BoringCMS.git
Then include following line in Laravel's composer.json under require
section
"sakydev/boring": "*"
Run composer install
and you should be good
You may run tests by running
./vendor/bin/phpunit packages/sakydev/boring/tests