akrabat / empty-slim-skeleton
An Slim 3 empty project.
Installs: 102
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:project
Requires
- slim/slim: ^3.0
This package is auto-updated.
Last update: 2024-11-06 10:00:47 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