https://github.com/dsoft/abcms
https://github.com/dsoft/abcms
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dsoft/abcms
- Owner: dsoft
- License: mit
- Created: 2020-02-14T13:53:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T16:29:10.000Z (almost 6 years ago)
- Last Synced: 2025-06-24T15:56:01.362Z (12 months ago)
- Language: PHP
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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