Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 553 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 553 Bytes

Get help on Codementor

skelly

Admin Project Bootstrap

Installation

php composer.phar create-project geggleto/skelly [my-app-name]

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!