akrabat/empty-slim-skeleton

An Slim 3 empty project.

1.0.0 2016-11-13 09:06 UTC

This package is auto-updated.

Last update: 2024-05-06 09:02:38 UTC


README

This is a simple skeleton project for Slim 3 that does nothing other than include the Slim framwork and an initial public/index.php file

Create your project:

$ composer create-project akrabat/empty-slim-skeleton my-app

Run it:

  1. $ cd my-app
  2. $ composer update
  3. $ composer serve
  4. Browse to http://localhost:8888

Key directories

  • public: Webserver root
  • vendor: Composer dependencies

Key files

  • public/index.php: Entry point to application