sitchi / simple-admin
Simple Admin for the Phalcon PHP Framework
2.0.0
2023-09-20 18:27 UTC
Requires
- php: >=8.1
- ext-phalcon: ^5.3.1
- phalcon/migrations: ^3.0
- swiftmailer/swiftmailer: ^6.3
This package is auto-updated.
Last update: 2025-03-04 06:32:43 UTC
README
Simple Admin for the Phalcon PHP Framework
Demo Site
https://simple-admin.sitchi.dev/
user: demo@sitchi.dev
pass: Demo2020
Get Started
Requirements
- 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
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
- Edit
app/config/config.php
file with your DB connection information - Run DB migrations
vendor/bin/phalcon-migrations run --config=app/Config/config.php
- 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.