Skip to content

geggleto/skelly

Repository files navigation

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!