akrabat/empty-slim-skeleton

An Slim 3 empty project.

Installs: 107

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/akrabat/empty-slim-skeleton

1.0.0 2016-11-13 09:06 UTC

This package is auto-updated.

Last update: 2025-10-06 12:16:18 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