Skip to content

ducsatthu/maxcms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Max CMS

Install

"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,

Usage

php artisan vendor:publish
php artisan migrate