定制 jonnx/laravel-jetstream-flux-ui 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

jonnx/laravel-jetstream-flux-ui

Composer 安装命令:

composer require jonnx/laravel-jetstream-flux-ui

包简介

README 文档

README

A Laravel package that provides a service provider to publish a set of pre-defined UI views for rapid prototyping or scaffolding.

Requirements

This package is built on top of existing Laravel eco system packages.

  • Laravel Livewire
  • Laravel Jetstream (with Livewire Stack)
  • FluxUI Pro (paid license)

Future Improvements

  • Evaluate possibility to remove the need for paid flux license.

Quick Start

composer require laravel/jetstream \
&& php artisan jetstream:install livewire --teams --dark \
&& npm install \
&& npm run build \
&& php artisan migrate:fresh \
&& composer require jonnx/laravel-jetstream-flux-ui \
&& php artisan vendor:publish --tag=jetstream-flux-ui-views --force \
&& php artisan vendor:publish --tag=jetstream-flux-ui-build-config --force \
&& npm remove tailwindcss \
&& npm add tailwindcss --include=dev \
&& npm add @tailwindcss/postcss --include=dev \
&& php artisan flux:activate \
&& npm run build

Installation

  1. Require the package in your Laravel project (if published to a repository):
    composer require jonnx/laravel-jetstream-flux-ui
  2. The service provider is auto-discovered via Laravel's package discovery.

Publishing Views

To publish the package's views to your application's resources/views/vendor/jetstream-flux-ui directory, run:

php artisan vendor:publish --tag=jetstream-flux-ui-views

Global Helper: initials()

This package provides a globally available helper function called initials(). You can use it in your Blade templates or anywhere in your application to get the uppercase initials of a string:

{{ initials('Jane Doe') }} <!-- Outputs: JD -->

After publishing, you can customize the views in your application's resources/views/vendor/jetstream-flux-ui directory as needed.

Example

A sample view is included:

resources/views/vendor/jetstream-flux-ui/example.blade.php

License

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

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-11-23

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固