sitchi/simple-admin

Simple Admin for the Phalcon PHP Framework

2.0.0 2023-09-20 18:27 UTC

This package is auto-updated.

Last update: 2024-05-05 19:39:36 UTC


README

Simple Admin for the Phalcon PHP Framework

github-small github-small

Demo Site

https://simple-admin.sitchi.dev/

user: demo@sitchi.dev

pass: Demo2020

Get Started

Requirements

Installation

Install via composer create-project
composer create-project sitchi/simple-admin
Install via git clone
git clone https://github.com/sitchi/simple-admin

composer install

After the installation

  1. Edit app/config/config.php file with your DB connection information
  2. Run DB migrations vendor/bin/phalcon-migrations run
  3. Write permissions of the cache, logs directory sudo chmod -R 0777 cache/ logs/

License

The Simple Admin is under the MIT License, you can view the license here.