2017 © Pedro Peláez
 

yii2-extension yii2-hospital

Simple widgets for connecting pacient and doctor

image

pistol88/yii2-hospital

Simple widgets for connecting pacient and doctor

  • Sunday, June 18, 2017
  • by pistol88
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 50 % Grown

The README.md

Yii2-hospital

It's module provide few widgets for hospital's site. Today there have only one widget with form who connect doctor and pacient., (*1)

Installation

Run at project root folder:, (*2)

php composer require pistol88/yii2-hospital "@dev"
php yii migrate/up --migrationPath=vendor/pistol88/yii2-hospital/migrations

And add this to modules section of config:, (*3)

    'hospital' => [
        'class' => 'pistol88\hospital\Module',
        'adminRoles' => ['superadmin', 'administrator', 'admin'],
    ],

Now you can use a widget at some view:, (*4)

    <?=\pistol88\hospital\widgets\PacientForm::widget(['pjax' => true]); ?>

Admin panel at route: /hospital/pacient/index, (*5)

The Versions

18/06 2017

dev-master

9999999-dev https://github.com/pistol88/

Simple widgets for connecting pacient and doctor

  Sources   Download

BSD-3-Clause

The Requires

 

by Ilya Pistol

yii2 form module hospital