vulcanphp / phpadmin
PhpAdmin is a simple, lightweight and easy dashboard for VulcanPhp micro mvc framework
v1.2.2
2024-05-13 16:12 UTC
Requires
- maxmind-db/reader: ^1.11
- phpmailer/phpmailer: ^6.9
README
PhpAdmin is a simple, lightweight and easy dashboard for VulcanPhp micro mvc framework
What is PhpAdmin
PhpAdmin is more than a admin dashboard, it has most used functionality
to create highly functional content management system for Php Applications.
Installation
It's recommended that you use Composer to install PhpAdmin
$ composer require vulcanphp/phpadmin
Register PhpAdmin
use VulcanPhp\Core\Foundation\Application; require_once __DIR__ . '/vendor/autoload.php'; Application::create(__DIR__) // Register PhpAdmin Kernel to Application ->registerKernel(VulcanPhp\PhpAdmin\PhpAdminKernel::class) ->run();
Documentation
Detailed documentation for PhpAdmin is coming soon ..