2017 © Pedro Peláez
 

library skelly

Skelly is a PHP Skeleton Project aimed at getting an MVP up and running quickly

image

geggleto/skelly

Skelly is a PHP Skeleton Project aimed at getting an MVP up and running quickly

  • Tuesday, October 31, 2017
  • by geggleto
  • Repository
  • 2 Watchers
  • 2 Stars
  • 29 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 5 Versions
  • 12 % Grown

The README.md

Get help on Codementor, (*1)

skelly

Admin Project Bootstrap, (*2)

Installation

php composer.phar create-project geggleto/skelly [my-app-name], (*3)

Configuration

  1. Copy config/.env.sample to config/.env and fill in the details
  2. Use composer db to sync the database schema
  3. Create your users, php cli/newUser.php <email> <password> <firstName> <lastName>
  4. Login and Build!

The Versions