Simple Admin for the Phalcon PHP Framework
https://simple-admin.sitchi.dev/
user: demo@sitchi.dev
pass: Demo2020
- PHP >= 8.1
- Apache Web Server with mod_rewrite enabled or Nginx Web Server
- Phalcon >= 5.3.1 Phalcon Framework release extension enabled
- MariaDB >= 10.3
composer create-project sitchi/simple-admin
git clone https://github.com/sitchi/simple-admin
composer install
After the installation
- Edit
app/config/config.php
file with your DB connection information - Run DB migrations
vendor/bin/phalcon-migrations run
- Write permissions of the cache, logs directory
sudo chmod -R 0777 cache/ logs/
The Simple Admin is under the MIT License, you can view the license here.