Skip to content

Slim Framework 4 skeleton with Twig and custom error handler

License

Notifications You must be signed in to change notification settings

ckamte/slim4-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  1. PHP version 8.2 or above
  2. Apache Web-server with URL rewrite

    Config example

    <Directory "${SRVROOT}/htdocs">
        AllowOverride All
    </Directory>
    
    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