You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .cursor/rules/laravel-boost.mdc
+29-40Lines changed: 29 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ The Laravel Boost guidelines are specifically curated by Laravel maintainers for
11
11
## Foundational Context
12
12
This application is a Laravel application and its main Laravel ecosystems package & versions are below. You are an expert with them all. Ensure you abide by these specific packages & versions.
13
13
14
-
- php - 8.4.18
15
-
- filament/filament (FILAMENT) - v3
14
+
- php - 8.4.19
15
+
- filament/filament (FILAMENT) - v5
16
16
- laravel/cashier (CASHIER) - v15
17
17
- laravel/framework (LARAVEL) - v12
18
18
- laravel/horizon (HORIZON) - v5
@@ -21,7 +21,9 @@ This application is a Laravel application and its main Laravel ecosystems packag
- This application uses Laravel Pennant for feature flag management, providing a flexible system for controlling feature availability across different organizations and user types.
209
211
- Use the `search-docs` tool, in combination with existing codebase conventions, to assist the user effectively with feature flags.
210
212
213
+
=== fluxui-pro/core rules ===
214
+
215
+
## Flux UI Pro
216
+
217
+
- This project is using the Pro version of Flux UI. It has full access to the free components and variants, as well as full access to the Pro components and variants.
218
+
- Flux UI is a component library for Livewire. Flux is a robust, hand-crafted UI component library for your Livewire applications. It's built using Tailwind CSS and provides a set of components that are easy to use and customize.
219
+
- You should use Flux UI components when available.
220
+
- Fallback to standard Blade components if Flux is unavailable.
221
+
- If available, use the `search-docs` tool to get the exact documentation and code snippets available for this project.
- These things changed in Livewire 3, but may not have been updated in this application. Verify this application's setup to ensure you conform with application conventions.
262
-
- Use `wire:model.live` for real-time updates, `wire:model` is now deferred by default.
263
-
- Components now use the `App\Livewire` namespace (not `App\Http\Livewire`).
264
-
- Use `$this->dispatch()` to dispatch events (not `emit` or `dispatchBrowserEvent`).
265
-
- Use the `components.layouts.app` view as the typical layout path (not `layouts.app`).
266
-
267
-
### New Directives
268
-
- `wire:show`, `wire:transition`, `wire:cloak`, `wire:offline`, `wire:target` are available for use. Use the documentation to find usage examples.
269
-
270
-
### Alpine
271
-
- Alpine is now included with Livewire; don't manually include Alpine.js.
272
-
- Plugins included with Alpine: persist, intersect, collapse, and focus.
273
-
274
-
### Lifecycle Hooks
275
-
- You can listen for `livewire:init` to hook into Livewire initialization, and `fail.status === 419` for the page expiring:
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+29-40Lines changed: 29 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ The Laravel Boost guidelines are specifically curated by Laravel maintainers for
8
8
## Foundational Context
9
9
This application is a Laravel application and its main Laravel ecosystems package & versions are below. You are an expert with them all. Ensure you abide by these specific packages & versions.
10
10
11
-
- php - 8.4.18
12
-
- filament/filament (FILAMENT) - v3
11
+
- php - 8.4.19
12
+
- filament/filament (FILAMENT) - v5
13
13
- laravel/cashier (CASHIER) - v15
14
14
- laravel/framework (LARAVEL) - v12
15
15
- laravel/horizon (HORIZON) - v5
@@ -18,7 +18,9 @@ This application is a Laravel application and its main Laravel ecosystems packag
- This application uses Laravel Pennant for feature flag management, providing a flexible system for controlling feature availability across different organizations and user types.
206
208
- Use the `search-docs` tool, in combination with existing codebase conventions, to assist the user effectively with feature flags.
207
209
210
+
=== fluxui-pro/core rules ===
211
+
212
+
## Flux UI Pro
213
+
214
+
- This project is using the Pro version of Flux UI. It has full access to the free components and variants, as well as full access to the Pro components and variants.
215
+
- Flux UI is a component library for Livewire. Flux is a robust, hand-crafted UI component library for your Livewire applications. It's built using Tailwind CSS and provides a set of components that are easy to use and customize.
216
+
- You should use Flux UI components when available.
217
+
- Fallback to standard Blade components if Flux is unavailable.
218
+
- If available, use the `search-docs` tool to get the exact documentation and code snippets available for this project.
- These things changed in Livewire 3, but may not have been updated in this application. Verify this application's setup to ensure you conform with application conventions.
259
-
- Use `wire:model.live` for real-time updates, `wire:model` is now deferred by default.
260
-
- Components now use the `App\Livewire` namespace (not `App\Http\Livewire`).
261
-
- Use `$this->dispatch()` to dispatch events (not `emit` or `dispatchBrowserEvent`).
262
-
- Use the `components.layouts.app` view as the typical layout path (not `layouts.app`).
263
-
264
-
### New Directives
265
-
- `wire:show`, `wire:transition`, `wire:cloak`, `wire:offline`, `wire:target` are available for use. Use the documentation to find usage examples.
266
-
267
-
### Alpine
268
-
- Alpine is now included with Livewire; don't manually include Alpine.js.
269
-
- Plugins included with Alpine: persist, intersect, collapse, and focus.
270
-
271
-
### Lifecycle Hooks
272
-
- You can listen for `livewire:init` to hook into Livewire initialization, and `fail.status === 419` for the page expiring:
Copy file name to clipboardExpand all lines: .junie/guidelines.md
+29-40Lines changed: 29 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ The Laravel Boost guidelines are specifically curated by Laravel maintainers for
8
8
## Foundational Context
9
9
This application is a Laravel application and its main Laravel ecosystems package & versions are below. You are an expert with them all. Ensure you abide by these specific packages & versions.
10
10
11
-
- php - 8.4.18
12
-
- filament/filament (FILAMENT) - v3
11
+
- php - 8.4.19
12
+
- filament/filament (FILAMENT) - v5
13
13
- laravel/cashier (CASHIER) - v15
14
14
- laravel/framework (LARAVEL) - v12
15
15
- laravel/horizon (HORIZON) - v5
@@ -18,7 +18,9 @@ This application is a Laravel application and its main Laravel ecosystems packag
- This application uses Laravel Pennant for feature flag management, providing a flexible system for controlling feature availability across different organizations and user types.
206
208
- Use the `search-docs` tool, in combination with existing codebase conventions, to assist the user effectively with feature flags.
207
209
210
+
=== fluxui-pro/core rules ===
211
+
212
+
## Flux UI Pro
213
+
214
+
- This project is using the Pro version of Flux UI. It has full access to the free components and variants, as well as full access to the Pro components and variants.
215
+
- Flux UI is a component library for Livewire. Flux is a robust, hand-crafted UI component library for your Livewire applications. It's built using Tailwind CSS and provides a set of components that are easy to use and customize.
216
+
- You should use Flux UI components when available.
217
+
- Fallback to standard Blade components if Flux is unavailable.
218
+
- If available, use the `search-docs` tool to get the exact documentation and code snippets available for this project.
- These things changed in Livewire 3, but may not have been updated in this application. Verify this application's setup to ensure you conform with application conventions.
259
-
- Use `wire:model.live` for real-time updates, `wire:model` is now deferred by default.
260
-
- Components now use the `App\Livewire` namespace (not `App\Http\Livewire`).
261
-
- Use `$this->dispatch()` to dispatch events (not `emit` or `dispatchBrowserEvent`).
262
-
- Use the `components.layouts.app` view as the typical layout path (not `layouts.app`).
263
-
264
-
### New Directives
265
-
- `wire:show`, `wire:transition`, `wire:cloak`, `wire:offline`, `wire:target` are available for use. Use the documentation to find usage examples.
266
-
267
-
### Alpine
268
-
- Alpine is now included with Livewire; don't manually include Alpine.js.
269
-
- Plugins included with Alpine: persist, intersect, collapse, and focus.
270
-
271
-
### Lifecycle Hooks
272
-
- You can listen for `livewire:init` to hook into Livewire initialization, and `fail.status === 419` for the page expiring:
0 commit comments