2017 © Pedro Peláez
 

library skelton

image

slim3/skelton

  • Saturday, May 20, 2017
  • by apnikhil
  • Repository
  • 1 Watchers
  • 0 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 29 % Grown

The README.md

Slim Basic Skelton

This is a simple skelton for Slim 3., (*1)

Installation: composer install, (*2)

  • 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, (*3)

  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

The Versions