abcms/abcms

abcms project template

dev-master 2020-08-10 16:28 UTC

This package is auto-updated.

Last update: 2024-04-11 00:24:54 UTC


README

Install:

1- Create project:

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