Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sirdiego/slim-skeleton
A small Slime Framework skeleton package.
https://github.com/sirdiego/slim-skeleton
Last synced: 2 days ago
JSON representation
A small Slime Framework skeleton package.
- Host: GitHub
- URL: https://github.com/sirdiego/slim-skeleton
- Owner: sirdiego
- License: mit
- Created: 2015-06-11T17:43:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-11T18:11:42.000Z (over 9 years ago)
- Last Synced: 2024-04-03T17:46:37.327Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slim framework skeleton
This is my little slim skeleton to make it easier to start a new slim application.
## Installation
1. Start the new application
composer.phar create-project diego/slim-skeleton Application
2. Now copy `config/config.example.php` to `config/config.php` and change it to your needs
3. Point your document root to the `web/` directory## Directories
* `web/` is used as the document root
* `templates/` used for template files
* `src/` for the application classes
* `config/` for configuration files