Admin Project Bootstrap
php composer.phar create-project geggleto/skelly [my-app-name]
- Copy
config/.env.sample
toconfig/.env
and fill in the details - Use
composer db
to sync the database schema - Create your users,
php cli/newUser.php <email> <password> <firstName> <lastName>
- Login and Build!