geggleto/skelly

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

Installs: 157

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 4

Forks: 0

Open Issues: 1

Language:HTML

0.1.2 2017-10-28 03:10 UTC

This package is auto-updated.

Last update: 2024-03-29 02:34:11 UTC


README

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!