PHPackages                             vjcspy/izadmin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. vjcspy/izadmin

ActiveMagento-library[Admin Panels](/categories/admin)

vjcspy/izadmin
==============

Admin page for IzModules Laravel

013

Since Sep 9Compare

[ Source](https://github.com/vjcspy/IzAdmin)[ Packagist](https://packagist.org/packages/vjcspy/izadmin)[ RSS](/packages/vjcspy-izadmin/feed)WikiDiscussions Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

IzAdmin
=======

[](#izadmin)

IzAdmin Config
==============

[](#izadmin-config)

1. How to add new config to IzAdmin

- Use Service Provider and use Core service: $izAdminConfig = $this-&gt;app\['izAdminConfig'\];
- Use function addConfigProvider.

2. Use IzAdmin

- In IzAdmin call variable: window.izAdminConfigProvider

3. Chung về layout của izadmin

- Sử dụng teenplus theme để có thể config được nhiều theme khác nhau. Trong mỗi một theme thì có các thành phần chính:

    - layout: Theme sẽ load layout đầu tiên. Trong layout sẽ gọi đến các thành phần bên dưới như assets, partial, widget, view content
    - partial: Sẽ được gọi trong layout qua: {!! Theme::partial('partial\_name') !!}
    - view: Được gọi qua layout: {!! Theme::content('content\_name') !!}. View content nằm ở thư mục views của theme. Cách đặt tên view thì xem ví dụ trong controller.
    - widget: Explain later
- Có 2 provider là **izAsset** và **izView**. Có nhiệm vụ là init asset và data view vào theme. Ngoài ra chúng còn giúp có thể addcustom data từ module khác vào.
- Ở IzAdmin chỉ generate ra trang index của app. Sau đó sử dụng ui-router để routing.
- Để có thể thay đổi được data thì phần app.js/config.js/config.lazyload.js/config.router.js được đặt trong partial.
- Có 1 điểm chú ý là navigation được gọi từ url trả về data được generate ra bằng php. Sử dụng widget.

4. What is Widget?

- Lưu ý tất cả wiget đều nằm trong module IzWidget.
- Widget bao gồm 1 file data nằm trong thư mục widget của module IzWidget. Còn template của nó thì lại tùy thuộc vào theme nào đang dùng.
- Ví dụ như trong 1 widget khai báo sử dụng template là demo. Nếu theme đang dụng hiện tại là default thì template sẽ nằm trong thư mục ./default/widget/demo.
- Sử dụng widget hay ở chỗ là data vẫn giống nhau cho mọi theme. Nhưng mỗi theme lại tùy chỉnh 1 template. Giống cơ chế block của magento.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11264727?v=4)[vjcspy](/maintainers/vjcspy)[@vjcspy](https://github.com/vjcspy)

---

Top Contributors

[![vjcspy](https://avatars.githubusercontent.com/u/11264727?v=4)](https://github.com/vjcspy "vjcspy (72 commits)")

### Embed Badge

![Health badge](/badges/vjcspy-izadmin/health.svg)

```
[![Health](https://phpackages.com/badges/vjcspy-izadmin/health.svg)](https://phpackages.com/packages/vjcspy-izadmin)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
