Skip to content

apnikhil/slim3-skelton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Slim Basic Skelton

This is a simple skelton for Slim 3.

Installation: composer install

  • Classes (Controllers, Config, Repositories): src/classes/.*
  • Templates - src/templates/.*
  • Resources - public/.*
  • Route - src/routes.php
  • Templating - Twig ( can be changed )
  • Logging not added - install Monolog if required

To run the application

  1. Navigate to installation root and run: php -S localhost:8000 -t public/
  2. If the first method not worked: Make a virtual host entry and run point to public path

Releases

No releases published

Packages

No packages published