gbrits/nova4-tailwind 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

gbrits/nova4-tailwind

Composer 安装命令:

composer require gbrits/nova4-tailwind

包简介

Tailwind loader for Laravel Nova 4

README 文档

README

Latest Version on Packagist Total Downloads

This Laravel Nova package loads the full Tailwind CSS in the Nova admin panel.

Installation

Install the package in a Laravel Nova project via Composer:

composer require gbrits/nova4-tailwind

Usage

Just install with Composer and you're good to go!

Conflicts

The Tailwind configuration has been modified so it doesn't conflict with Laravel Nova's variation of Tailwind - the package is meant to just fill in the gaps.

If you do find some styles being overridden after installing this package, do make an issue and it can definitely be resolved.

Custom cases

Usage on login screen

Nova does not load the registered styles on the Login screen automatically. In order for the Tailwind to work on the login screen, you have to publish the CSS yourself. This package will then check if there's a published CSS file and will load it on the login screen as a Nova theme style.

Basically, just publish the CSS and it will work on the auth screens:

php artisan vendor:publish --tag="tailwind-public-css"

Credits

License

This project is open-sourced software licensed under the MIT license.

统计信息

  • 总下载量: 8
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 20
  • 开发语言: HTML

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-12-12