jnbruno / akeed
There is no license information available for the latest version (0.1.1) of this package.
This is a boiler plate for Slim 3 that includes Twig, Flash messages, Monolog, forrest and swagger.
0.1.1
2016-07-20 12:33 UTC
Requires
- illuminate/database: *
- jnbruno/assent: *
- jnbruno/forrest: *
- monolog/monolog: ^1.13
- slim/flash: ^0.1.0
- slim/slim: ^3.0
- slim/twig-view: ^2.0
- zircote/swagger-php: ^2.0
README
This is a boiler plate for Slim 3 that includes Twig, Flash messages, Monolog, forrest and Swagger.
Create your project:
$ composer create-project -n -s dev jnbruno/akeed my-app
Key directories
module: application filesapp/templates: Twig template filescache/twig: Twig's Autocreated cache fileslog: Log filesvendor: Composer dependencies
Key files
index.php: Entry point to applicationdocument.php: swagger ui documentation of applicationconfig/settings.php: Configurationconfig/dependencies.php: Services for Pimpleconfig/middleware.php: Application middlewareconfig/routes.php: All application routes are here