diff --git a/.ai/fluxui-pro/core.blade.php b/.ai/fluxui-pro/core.blade.php index b66c0585..9895ecba 100644 --- a/.ai/fluxui-pro/core.blade.php +++ b/.ai/fluxui-pro/core.blade.php @@ -16,5 +16,5 @@ This is correct as of Boost installation, but there may be additional components within the codebase. -accordion, autocomplete, avatar, badge, brand, breadcrumbs, button, calendar, callout, card, chart, checkbox, command, context, date-picker, dropdown, editor, field, heading, icon, input, modal, navbar, pagination, popover, profile, radio, select, separator, switch, table, tabs, text, textarea, toast, tooltip +accordion, autocomplete, avatar, badge, brand, breadcrumbs, button, calendar, callout, card, chart, checkbox, command, context, date-picker, dropdown, editor, field, heading, file upload, icon, input, modal, navbar, pagination, pillbox, popover, profile, radio, select, separator, switch, table, tabs, text, textarea, toast, tooltip diff --git a/src/Install/GuidelineComposer.php b/src/Install/GuidelineComposer.php index ff59c572..2b654841 100644 --- a/src/Install/GuidelineComposer.php +++ b/src/Install/GuidelineComposer.php @@ -48,6 +48,7 @@ public function __construct(protected Roster $roster, protected Herd $herd) { $this->packagePriorities = [ Packages::PEST->value => [Packages::PHPUNIT->value], + Packages::FLUXUI_PRO->value => [Packages::FLUXUI_FREE->value], ]; $this->config = new GuidelineConfig; $this->guidelineAssist = new GuidelineAssist($roster);