Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 476 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 476 Bytes

app-skeleton

My skeleton for a web application.

  • Slim PHP as web app
  • PHP-DI for dependency injection
  • Monolog for logging
  • Twig for templating
  • Noodlehaus config files
  • .env support with dotenv package
  • some basic bootstrap4 templates included

Installation

//  create project from skeleton
composer create-project rauwebieten/app-skeleton my-app

// install dependencies
composer install

// run PHP built in webserver
php -S localhost:8000 -t public