Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/geggleto/skelly

Admin Project Bootstrap
https://github.com/geggleto/skelly

bootstrap php skeleton slim

Last synced: 5 days ago
JSON representation

Admin Project Bootstrap

Awesome Lists containing this project

README

        

[![Get help on Codementor](https://cdn.codementor.io/badges/get_help_github.svg)](https://www.codementor.io/geggleto?utm_source=github&utm_medium=button&utm_term=geggleto&utm_campaign=github)

# 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 `
4. Login and Build!