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

https://github.com/dsoft/abcms


https://github.com/dsoft/abcms

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# ABCMS Application Template

## Install:

1- Create project:
```bash
composer create-project --stability=dev abcms/abcms myapp
```

2- Update the database configuration in `config/db.php`

3- Run the database migration: `./yii migrate`

4- Login to the admin panel using `admin` as username and password
Access the admin panel using the `/admin` route