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.

Maintainers

Details

github.com/Jay-En/akeed

Source

Issues

Installs: 43

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

0.1.1 2016-07-20 12:33 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:40:13 UTC


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 files
  • app/templates: Twig template files
  • cache/twig: Twig's Autocreated cache files
  • log: Log files
  • vendor: Composer dependencies

Key files

  • index.php: Entry point to application
  • document.php: swagger ui documentation of application
  • config/settings.php: Configuration
  • config/dependencies.php: Services for Pimple
  • config/middleware.php: Application middleware
  • config/routes.php: All application routes are here