Go to file
2026-05-20 12:54:06 +07:00
resources Initial commit 2026-05-20 12:54:06 +07:00
routes Initial commit 2026-05-20 12:54:06 +07:00
src Initial commit 2026-05-20 12:54:06 +07:00
.gitattributes Initial commit 2026-05-20 12:54:06 +07:00
.gitignore Initial commit 2026-05-20 12:54:06 +07:00
composer.json Initial commit 2026-05-20 12:54:06 +07:00
README.md Initial commit 2026-05-20 12:54:06 +07:00

THEME - xiaoyakankan 2024 - VSMOV CMS

Requirements

https://github.com/vsphim/vsmov-core

Install

  1. Tại thư mục của Project: composer require vsmov/theme-xiaoyakankan
  2. Kích hoạt giao diện trong Admin Panel

Update

  1. Tại thư mục của Project: composer update vsmov/theme-xiaoyakankan
  2. Re-Activate giao diện trong Admin Panel

Note

  • Một vài lưu ý quan trọng của các nút chức năng:
    • ActivateRe-Activate sẽ publish toàn bộ file js,css trong themes ra ngoài public của laravel.
    • Reset reset lại toàn bộ cấu hình của themes

Demo

Trang Chủ

Alt text

Trang Danh Sách Phim

Alt text

Trang Thông Tin Phim

Alt text

Trang Xem Phim

Alt text

Custom View Blade

  • File blade gốc trong Package: /vendor/vsmov/theme-xiaoyakankan/resources/views/themexiaoyakankan
  • Copy file cần custom đến: /resources/views/vendor/themes/themexiaoyakankan

THEME - xiaoyakankan 2024 - VSMOV CMS