https://github.com/ckamte/slim4-skeleton
Slim Framework 4 skeleton with Twig and custom error handler
https://github.com/ckamte/slim4-skeleton
framework php skeleton skeleton-application slim slim-framework slim4-skeleton wep-app
Last synced: about 1 year ago
JSON representation
Slim Framework 4 skeleton with Twig and custom error handler
- Host: GitHub
- URL: https://github.com/ckamte/slim4-skeleton
- Owner: ckamte
- License: mit
- Created: 2024-08-11T08:46:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-18T05:21:47.000Z (over 1 year ago)
- Last Synced: 2025-01-25T12:08:49.105Z (about 1 year ago)
- Topics: framework, php, skeleton, skeleton-application, slim, slim-framework, slim4-skeleton, wep-app
- Language: PHP
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Requirements
1. PHP version 8.2 or above
2. Apache Web-server with URL rewrite
### *Config example*
```
AllowOverride All
LoadModule rewrite_module modules/mod_rewrite.so
```
## How to use
1. Clone or download as zip and extract to your server's document root
2. Change .env.default file name to .env
3. Edit .env file
4. Download required packages using composer
```
composer install
```