Skip to content

mikx33/simple-admin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-admin

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.

About

Simple Admin for the Phalcon PHP Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 80.7%
  • Volt 19.2%
  • HTML 0.1%