vulcanphp / phpadmin
PhpAdmin is a simple, lightweight and easy dashboard for VulcanPhp micro mvc framework
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
pkg:composer/vulcanphp/phpadmin
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 ..