https://github.com/geggleto/skelly
Admin Project Bootstrap
https://github.com/geggleto/skelly
bootstrap php skeleton slim
Last synced: about 1 year ago
JSON representation
Admin Project Bootstrap
- Host: GitHub
- URL: https://github.com/geggleto/skelly
- Owner: geggleto
- License: mit
- Created: 2017-10-17T05:40:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-31T02:44:30.000Z (over 8 years ago)
- Last Synced: 2025-03-25T08:38:24.107Z (about 1 year ago)
- Topics: bootstrap, php, skeleton, slim
- Language: HTML
- Size: 587 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](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!