There is no license information available for the latest version (dev-master) of this package.

Installs: 51

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 1

Open Issues: 0

Language:HTML

dev-master 2015-07-02 04:45 UTC

This package is not auto-updated.

Last update: 2024-04-17 07:33:22 UTC


README

Note: this is development version. I do not recommend you to use it in a production environment.

Phad is administrative interface builder for Phalcon framework, that is based on sleeping-owl/admin.

Installation

  1. Require this package in your composer.json and run composer update:

     "argentum88/phad": "dev-master"
    
  2. Add group of routes to main router

    use Argentum88\Phad\Config\Routes as BackendRoutes;
    
    $router->mount(new BackendRoutes);
  3. Register module

    $application->registerModules(['Backend'  => [
        'className' => 'Argentum88\Phad\Module'
    ]]);
  4. Run command php ./vendor/argentum88/phad/src/console.php install

  5. Import the phad.sql into your database

Usage

Now go to the your_site_url/admin and use default credentials admin / 123456789