Download the PHP package jeffersongoncalves/filament-flux-pro without Composer

On this page you can find all versions of the php package jeffersongoncalves/filament-flux-pro. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package filament-flux-pro

![Filament Flux Pro](https://raw.githubusercontent.com/jeffersongoncalves/filament-flux-pro/1.x/art/jeffersongoncalves-filament-flux-pro.png)

Filament Flux Pro

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Filament v5 plugin that exposes Livewire Flux Pro components — Date Picker, Calendar, Color Picker, Editor, File Upload, Slider, Pillbox, Autocomplete, Charts, Tabs, Accordion, Popover, Kanban, Command Palette, Composer and Context Menu — as native Filament Form Fields, Widgets, Schema Components and Page Concerns.

⚠️ This package requires a commercial Flux Pro license. The wrapper itself is MIT-licensed, but the runtime dependency livewire/flux-pro is proprietary. Buy at https://fluxui.dev before installing.

Compatibility

filament-flux-pro filament-flux Filament Laravel PHP Flux Pro
1.x ^1.0 5.x 12 / 13 8.2+ ^2.13

What you get

Pre-requisites

Before you run composer require:

  1. Add the Flux Pro Composer repository to your project's composer.json:

  2. Create auth.json in your project root with your Flux Pro credentials:

  3. Add auth.json to .gitignore — these credentials authenticate against your paid license. Never commit them.

  4. Register the free plugin first. This package depends on jeffersongoncalves/filament-flux being installed and registered on the panel.

Installation

The install command:

After running it:

Plugin registration

Register the free plugin first, then this one:

If you forget the free plugin, registration throws a RuntimeException telling you to add it.

Auto-bind Filament fields to their Flux Pro replacements

useEverywhere() rebinds Filament's own form fields to their Flux Pro equivalents through the service container, so existing Resources keep calling DatePicker::make(), RichEditor::make(), etc. and receive the Flux Pro version at runtime.

Slug Filament class Flux Pro class
datePicker DatePicker FluxDatePicker
dateTimePicker DateTimePicker FluxDateTimePicker
timePicker TimePicker FluxTimePicker
colorPicker ColorPicker FluxColorPicker
richEditor RichEditor FluxEditor
fileUpload FileUpload FluxFileUpload
slider Slider FluxSlider
tagsInput TagsInput FluxPillbox
tabs Schemas\Components\Tabs FluxTabs

Form Fields

FluxDatePicker / FluxDateTimePicker / FluxTimePicker / FluxCalendar

FluxColorPicker

FluxEditor

fluxSanitize() runs every saved value through HtmlSanitizer, which strips <script>, <style>, <iframe>, on* event handlers and javascript: URLs while keeping the standard rich-text tag set (p, strong, em, a, h1-h6, ul, ol, li, code, pre, blockquote, img, …).

FluxFileUpload

FluxSlider

FluxPillbox

FluxAutocomplete

FluxComposer

Chat-style input with attachments and @-mentions:

The dehydrated state is either a plain string (when only text is filled) or an array ['text' => string, 'attachments' => array, 'mentions' => array].

Charts

Three abstract widgets ready to subclass:

FluxAreaChartWidget and FluxBarChartWidget work the same way. The default option set is ['colors' => ['accent'], 'showLegend' => true, 'showGrid' => true, 'showAxis' => true] and can be overridden by re-implementing getOptions().

FluxChartColumn (sparkline in tables)

Schema components

FluxTabs

FluxAccordion

FluxPopover

FluxPopover::trigger() returns an HtmlString you can render anywhere:

The position attribute is HTML-escaped, so user-controlled values are safe.

FluxContextMenu

Pages

Kanban

The Kanban migration must include status (or whatever getKanbanStatusField() returns) and an order column. Override getKanbanOrderField() to use a different name.

Command Palette

The trait already exposes openCommandPalette(), closeCommandPalette(), toggleCommandPalette(), executeCommand($key) and getFilteredCommands(). Render the palette from vendor/jeffersongoncalves/filament-flux-pro/resources/views/pages/command-palette-modal.blade.php (publish + customize when needed) or pass $this->isCommandPaletteOpen to your own modal.

CommandRegistry helper

If you want a free-standing collection of commands (not bound to a page), use the registry:

FluxCommandAction (record-scoped command palette)

Composer page

When to reach for filament-flux-pro

Use Filament native Use Flux Pro
Internal admin where Filament defaults already work Customer-facing UI where Flux's polish matters
Tight budget, no Flux license You already paid for Flux Pro elsewhere
Static dashboards, simple CRUD Kanban boards, command palettes, chat input, charts
Native rich text is enough Image uploads inside the editor with sanitization

Troubleshooting

License

The wrapper code in this repository is MIT — see https://fluxui.dev to install and run this plugin.


All versions of filament-flux-pro with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
filament/filament Version ^5.0
jeffersongoncalves/filament-flux Version ^1.12
livewire/flux-pro Version ^2.13
spatie/laravel-package-tools Version ^1.16
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package jeffersongoncalves/filament-flux-pro contains the following files

Loading the files please wait ...