Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akrabat/empty-slim-skeleton

An Slim 3 empty project
https://github.com/akrabat/empty-slim-skeleton

Last synced: 3 months ago
JSON representation

An Slim 3 empty project

Awesome Lists containing this project

README

        

# Empty Slim Skeleton

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