A template starter structure for Slim Framework (php)
composer create-project lovecoding/slem-starter myproject
The simplest boilerplate for getting started on a new Slim adventure.
Open .env in root myproject and edit it
You may quickly test this using the built-in PHP server:
$ cd myproject
$ php -S localhost:8080 -t public index.php