4geo35 / article-pages
Article model and pages
Requires
- 4geo35/fileable: ^1.0
- 4geo35/metable: ^1.0
- 4geo35/tailwindcss-theme: ^1.1
- 4geo35/traits-helpers: ^1.0
- 4geo35/user-management: ^1.0
- laravel/framework: ^11.0
README
Установка
Добавить "./vendor/4geo35/article-pages/src/resources/views/components/**/*.blade.php", "./vendor/4geo35/article-pages/src/resources/views/admin/**/*.blade.php", "./vendor/4geo35/article-pages/src/resources/views/livewire/admin/**/*.blade.php",
в tailwind.admin.config.js
, созданный в пакете tailwindcss-theme
.
Добавить "./vendor/4geo35/article-pages/src/resources/views/components/**/*.blade.php", "./vendor/4geo35/article-pages/src/resources/views/web/**/*.blade.php", "./vendor/4geo35/article-pages/src/resources/views/livewire/web/**/*.blade.php",
в tailwind.config.js
, созданный в пакете tailwindcss-theme
.
Запустить миграции для создания таблиц php artisan migrate
Установить lightbox npm install fslightbox
, добавить в app.js
:
import "fslightbox"