Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 631 Bytes

File metadata and controls

15 lines (14 loc) · 631 Bytes

Filesharing service Logo

learning SLIM microframework etc

USED:

  • PHP 7
  • SLIM microframework
  • TWIG template engine
  • Eloquent ORM
  • SimpleMail Mailer
  • RKA Slim Session Middleware Session handler

Installation:

  1. rename config/config-dist.php file to config/config.php
  2. change config.php credentials and settings
  3. use database dump sql/install.sql
  4. use command composer install OR php composer.phar install from CLI inside the project root directory.