Skip to content

Commit 7184363

Browse files
committed
Merge branch 'main' into sail_guidline_support
Signed-off-by: Pushpak Chhajed <[email protected]> # Conflicts: # .ai/filament/3/core.blade.php # .ai/filament/core.blade.php
2 parents a5b1d69 + f86e780 commit 7184363

File tree

7 files changed

+12
-124
lines changed

7 files changed

+12
-124
lines changed

.ai/filament/2/core.blade.php

Lines changed: 0 additions & 7 deletions
This file was deleted.

.ai/filament/3/core.blade.php

Lines changed: 0 additions & 14 deletions
This file was deleted.

.ai/filament/4/core.blade.php

Lines changed: 0 additions & 17 deletions
This file was deleted.

.ai/filament/core.blade.php

Lines changed: 0 additions & 83 deletions
This file was deleted.

.ai/wayfinder/core.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- Always use `search-docs` to check wayfinder correct usage before implementing any features.
1010
- Always Prefer named imports for tree-shaking (e.g., `import { show } from '@/actions/...'`)
1111
- Avoid default controller imports (prevents tree-shaking)
12-
- Run `php artisan wayfinder:generate` after route changes if Vite plugin isn't installed
12+
- Run `{{$assist->artisanCommand('wayfinder:generate')}}` after route changes if Vite plugin isn't installed
1313

1414
### Feature Overview
1515
- Form Support: Use `.form()` with `--with-form` flag for HTML form attributes — `<form {...store.form()}>` → `action="/posts" method="post"`

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Release Notes
22

3-
## [Unreleased](https://github.com/laravel/boost/compare/v1.7.1...main)
3+
## [Unreleased](https://github.com/laravel/boost/compare/v1.8.0...main)
4+
5+
## [v1.8.0](https://github.com/laravel/boost/compare/v1.7.1...v1.8.0) - 2025-11-11
6+
7+
### What's Changed
8+
9+
* Ignore MCP config update in boost:update by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/334
10+
* Update wayfinder guidelines by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/343
11+
* Remove Filament guidelines by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/349
12+
13+
**Full Changelog**: https://github.com/laravel/boost/compare/v1.7.1...v1.8.0
414

515
## [v1.7.1](https://github.com/laravel/boost/compare/v1.7.0...v1.7.1) - 2025-11-05
616

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ Laravel Boost includes AI guidelines for the following packages and frameworks.
9797
| Core & Boost | core |
9898
| Laravel Framework | core, 10.x, 11.x, 12.x |
9999
| Livewire | core, 2.x, 3.x |
100-
| Filament | core, 4.x |
101100
| Flux UI | core, free, pro |
102101
| Herd | core |
103102
| Inertia Laravel | core, 1.x, 2.x |

0 commit comments

Comments
 (0)