sitchi/simple-admin

Simple Admin for the Phalcon PHP Framework

Installs: 107

Dependents: 0

Suggesters: 0

Security: 0

Stars: 14

Watchers: 5

Forks: 6

pkg:composer/sitchi/simple-admin

2.0.0 2023-09-20 18:27 UTC

This package is auto-updated.

Last update: 2025-10-04 07:36:56 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 --config=app/Config/config.php
  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.