Download the PHP package sasha-x/yii2-admin without Composer
On this page you can find all versions of the php package sasha-x/yii2-admin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-admin
Simple admin panel for yii2
Looks like "universal CRUD" for models list you configure. Inspired by PhpMyAdmin & SonataAdminBundle
Простая админ-панель БД для yii2.
Installation
The preferred way to install this extension is through composer.
Required
- Either run
or add
to the require section of your composer.json
file.
- In
config/web.php
Optional
- Tweak scenarios for each destination model. Looks like:
3.b. Make UserAdmin
model class, if you don't want to touch basic model.
- Assumed you have User model with is_admin property. If no, extend and edit AdminController::checkAccess() code.
Change defaults
Example:
Custom views
...
TODO
- readOnly flag in table map
-
model relations process
- релейшены = лейблы / отключаемые
- названия сценариев - константами/переменными
- расширеные тайпхинты для gridview и _form
-
вынос конфига из центрального в модульный
- кастомные страницы
- modal, jexcel
All versions of yii2-admin with dependencies
PHP Build Version
Package Version
The package sasha-x/yii2-admin contains the following files
Loading the files please wait ....