Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 354 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 354 Bytes

lumen4sae

lumen for sina app engine

Getting Started

add composer:

"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/eslizn/lumen4sae"
    }
]

and require:

"lumen4sae": "dev-master"

run command:

composer update

edit bootstrap/app.php

$app->register(SaeService\Provider::class);