akrabat / empty-slim-skeleton
An Slim 3 empty project.
Package info
github.com/akrabat/empty-slim-skeleton
Type:project
pkg:composer/akrabat/empty-slim-skeleton
1.0.0
2016-11-13 09:06 UTC
Requires
- slim/slim: ^3.0
This package is auto-updated.
Last update: 2026-02-06 12:59:49 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:
$ cd my-app$ composer update$ composer serve- Browse to http://localhost:8888
Key directories
public: Webserver rootvendor: Composer dependencies
Key files
public/index.php: Entry point to application