jnbruno / akeed
This is a boiler plate for Slim 3 that includes Twig, Flash messages, Monolog, forrest and swagger.
Installs: 44
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Language:JavaScript
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