Nice and simple
"harlo/modular-cm": "dev-master"
Add this string to your array of providers in app/config/app.php
Harlo\ModularCM\ModularCMServiceProvider
Publish the configurations for this package in order to change them to your liking:
php artisan config:publish harlo/modular-cm
You need assets bro!
php artisan asset:publish harlo/modular-cm
Migration is pretty simple, ensure your database config is setup and run this:
php artisan migrate --package="harlo/modular-cm"