"ducsatthu/maxcms" : "0.1.*"
and add from composer.json
"repositories": [
{
"type": "git",
"url": "https://github.com/ducsatthu/maxcms"
}
],
add this from config/app.php
ducsatthu\maxcms\maxcmsServiceProvider::class,
php artisan vendor:publish
php artisan migrate