Skip to content

sitchi/simple-admin-phalcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-admin-phalcon

Simple Admin for the Phalcon PHP Framework

github-small github-small

Demo Site

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

user: [email protected]

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.