Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 month ago
JSON representation

Slim Framework 4 skeleton with Twig and custom error handler

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
```