https://github.com/chadicus/slim-api-skeleton
Skeleton application for Slim API projects
https://github.com/chadicus/slim-api-skeleton
Last synced: about 1 month ago
JSON representation
Skeleton application for Slim API projects
- Host: GitHub
- URL: https://github.com/chadicus/slim-api-skeleton
- Owner: chadicus
- License: mit
- Created: 2018-04-21T23:39:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-22T00:30:21.000Z (about 8 years ago)
- Last Synced: 2025-02-25T00:49:31.138Z (over 1 year ago)
- Language: PHP
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Slim API Skeleton
Skeleton application for Slim API projects.
### Create the application
```sh
composer create-project chadicus/slim-api-skeleton [project name]
```
### Create settings file
```sh
cp settings.php.dist settings.php
```