Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/geggleto/skelly
- Owner: geggleto
- License: mit
- Created: 2017-10-17T05:40:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-31T02:44:30.000Z (about 7 years ago)
- Last Synced: 2024-08-17T16:07:12.146Z (3 months ago)
- Topics: bootstrap, php, skeleton, slim
- Language: HTML
- Size: 587 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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!