Skip to content

Argentum88/phad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phad

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

About

phalcon admin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published