Phad
Note: this is development version. I do not recommend you to use it in a production environment., (*1)
Phad is administrative interface builder for Phalcon framework, that is based on sleeping-owl/admin., (*2)
Installation
-
Require this package in your composer.json and run composer update:, (*3)
"argentum88/phad": "dev-master"
-
Add group of routes to main router, (*4)
use Argentum88\Phad\Config\Routes as BackendRoutes;
$router->mount(new BackendRoutes);
-
Register module, (*5)
$application->registerModules(['Backend' => [
'className' => 'Argentum88\Phad\Module'
]]);
-
Run command
php ./vendor/argentum88/phad/src/console.php install, (*6)
-
Import the phad.sql into your database, (*7)
Usage
Now go to the your_site_url/admin and use default credentials admin / 123456789, (*8)