PHPackages                             nqt/theme-sample - 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. [Templating &amp; Views](/categories/templating)
4. /
5. nqt/theme-sample

ActiveLibrary[Templating &amp; Views](/categories/templating)

nqt/theme-sample
================

Theme giao diện VinaHentai (Blade, asset, route) cho ứng dụng Laravel.

1.0.3(2mo ago)31↓90.9%1MITBladePHP ^8.3

Since Apr 6Pushed 2mo agoCompare

[ Source](https://github.com/onezoroone/theme-sample)[ Packagist](https://packagist.org/packages/nqt/theme-sample)[ RSS](/packages/nqt-theme-sample/feed)WikiDiscussions main Synced 4w ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

theme-vinahentai
================

[](#theme-vinahentai)

Package Composer **`nqt/theme-vinahentai`**: theme giao diện VinaHentai cho Laravel 13.

Thành phầnGiá trịThư mục monorepo`packages/theme-vinahentai`Namespace PHP`Nqt\ThemeVinahentai`Tiền tố Blade`theme-vinahentai::`Slug đăng ký theme (dynamic theme)`theme-vinahentai`Asset đã publish`public/vendor/theme-vinahentai/`Tag publish Composer`theme-vinahentai-assets`Cài trong dự án
---------------

[](#cài-trong-dự-án)

```
{
  "repositories": [
    {
      "type": "path",
      "url": "./packages/theme-vinahentai",
      "options": { "symlink": true }
    }
  ],
  "require": {
    "nqt/theme-vinahentai": "^1.0"
  }
}
```

```
composer update nqt/theme-vinahentai
php artisan vendor:publish --tag=theme-vinahentai-assets --force
php artisan view:clear
```

Nếu trước đây bạn dùng `public/vendor/theme-sample/`, hãy **publish lại** hoặc copy sang `public/vendor/theme-vinahentai/` để `asset('vendor/theme-vinahentai/...')` hoạt động.

Trong bảng `themes` (Backpack / dynamic theme), cập nhật **slug** theme đang bật thành `theme-vinahentai` nếu trước đó là `theme-sample`.

Build JS (tùy chọn)
-------------------

[](#build-js-tùy-chọn)

```
cd packages/theme-vinahentai
npm install
npm run build:js
```

File nguồn: `resources/assets/js/main.entry.js` → bundle `resources/assets/js/main.js` (sau đó publish asset).

Seed trong package
------------------

[](#seed-trong-package)

**Cửa hàng (4 vật phẩm):**

```
php artisan db:seed --class=Nqt\\ThemeVinahentai\\Database\\Seeders\\ShopItemSeeder
```

**Waifu (JSON + ảnh):**

```
php artisan db:seed --class=Nqt\\ThemeVinahentai\\Database\\Seeders\\WaifuCollectionSeeder
php artisan db:seed --class=Nqt\\ThemeVinahentai\\Database\\Seeders\\ShopItemSeeder && php artisan db:seed --class=Nqt\\ThemeVinahentai\\Database\\Seeders\\WaifuCollectionSeeder && php artisan db:seed --class=Nqt\\ThemeVinahentai\\Database\\Seeders\\ThemeVinahentaiMenuSeeder && php artisan db:seed --class=Nqt\\ThemeVinahentai\\Database\\Seeders\\ThemeVinahentaiLevelSeeder
```

**Menu / level (khi theme active slug = `theme-vinahentai`):**

- `Nqt\ThemeVinahentai\Database\Seeders\ThemeVinahentaiMenuSeeder`
- `Nqt\ThemeVinahentai\Database\Seeders\ThemeVinahentaiLevelSeeder`

Lệnh sinh sitemap
-----------------

[](#lệnh-sinh-sitemap)

Sinh **sitemap index** + các file sitemap con:

- `sitemap-static.xml`
- `sitemap-genres.xml`
- `sitemap-authors.xml`
- `sitemap-translators.xml`
- `sitemap-manga-1.xml`, `sitemap-manga-2.xml`, ...
- `sitemap-chapters-1.xml`, `sitemap-chapters-2.xml`, ...

```
php artisan theme-vinahentai:sitemap
```

Tùy chỉnh file index và kích thước tách trang:

```
php artisan theme-vinahentai:sitemap --index=sitemap.xml
php artisan theme-vinahentai:sitemap --index=seo/sitemap-index.xml --manga-per-file=15000 --chapter-per-file=15000
```

### Ảnh cửa hàng (`ShopItemSeeder`)

[](#ảnh-cửa-hàng-shopitemseeder)

Đặt WebP tại `public/vendor/theme-vinahentai/images/` (tên file khớp `image_path` trong seeder), hoặc sửa seeder cho đúng đường dẫn thực tế.

Yêu cầu
-------

[](#yêu-cầu)

- PHP ^8.3
- laravel/framework ^13.0

License
-------

[](#license)

MIT

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance83

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

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.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

85d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d13c69ea57fe5eb9ab758aeab7eb2576e8280369c26e17dc7fc570aa8f78c1d7?d=identicon)[onezoroone](/maintainers/onezoroone)

### Embed Badge

![Health badge](/badges/nqt-theme-sample/health.svg)

```
[![Health](https://phpackages.com/badges/nqt-theme-sample/health.svg)](https://phpackages.com/packages/nqt-theme-sample)
```

###  Alternatives

[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135212.4k7](/packages/statamic-rad-pack-runway)[ycs77/inertia-laravel-ssr-head

Simple SSR Head for Inertia Laravel

3413.0k](/packages/ycs77-inertia-laravel-ssr-head)

PHPackages © 2026

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