4geo35 / document-tree
Document category tree
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/4geo35/document-tree
Requires
- 4geo35/fileable: ^1.2
- 4geo35/metable: ^1.0
- 4geo35/tailwindcss-theme: ^1.3
- 4geo35/traits-helpers: ^1.1
- 4geo35/user-management: ^1.0
This package is auto-updated.
Last update: 2026-02-09 06:27:03 UTC
README
Установка
Добавить "./vendor/4geo35/document-tree/src/resources/views/components/**/*.blade.php", "./vendor/4geo35/document-tree/src/resources/views/admin/**/*.blade.php", "./vendor/4geo35/document-tree/src/resources/views/livewire/admin/**/*.blade.php", в tailwind.admin.config.js, созданный в пакете tailwindcss-theme.
Добавить "./vendor/4geo35/document-tree/src/resources/views/components/**/*.blade.php", "./vendor/4geo35/document-tree/src/resources/views/web/**/*.blade.php", "./vendor/4geo35/document-tree/src/resources/views/livewire/web/**/*.blade.php", в tailwind.config.js, созданный в пакете tailwindcss-theme.
Запустить миграции для создания таблиц php artisan migrate
Установить lightbox npm install fslightbox, добавить в app.js:
import "fslightbox"