Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akrabat/empty-slim-skeleton
- Owner: akrabat
- License: bsd-3-clause
- Created: 2016-11-13T08:54:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-13T09:07:37.000Z (about 8 years ago)
- Last Synced: 2024-10-04T11:31:08.012Z (3 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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