Skip to content

Simple headless CMS for modern world built as Laravel package for seamless integration into your app

Notifications You must be signed in to change notification settings

sakydev/boring-cms

Repository files navigation

BoringCMS

PHP Laravel Docker PostgreSQL PHPUnit

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.

Installation

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

Tests

You may run tests by running
./vendor/bin/phpunit packages/sakydev/boring/tests

About

Simple headless CMS for modern world built as Laravel package for seamless integration into your app

Topics

Resources

Stars

Watchers

Forks