v2.2.0 - 2026-02-20
- Added support for loading guidelines and skills directly from vendor packages by @pushpak1300 in laravel#566
This release introduces a small structural update to how Inertia guidelines are organized.
Previously
.ai/inertia-laravel/core.blade.php
Now merged into individual version guideline
.ai/inertia-laravel/2/core.blade.php
.ai/inertia-laravel/1/core.blade.php
Guidelines are now resolved using the following priority order:
| Priority | Source | Maintained By |
|---|---|---|
| 1st | .ai/guidelines/ in the user project |
Project developer |
| 2nd | vendor/{pkg}/resources/boost/guidelines/ |
Composer package maintainer |
| 2nd | node_modules/{pkg}/resources/boost/guidelines/ |
npm package maintainer |
| 3rd | Built-in Boost .ai/ directory |
Boost team |
Make sure you update to the latest version of all related packages to stay compatible.
Full Changelog: https://github.com/laravel/boost/compare/v2.1.8...v2.2.0
v2.1.8 - 2026-02-20
- Fix read-only bypass in DatabaseQuery via CTE-wrapped writes by @sulimanbenhalim in laravel#588
- Fix sendBeacon browser logs silently dropped on page unload by @sulimanbenhalim in laravel#590
- Fix post-install Next steps URL by @sulimanbenhalim in laravel#587
- Fix issue with Codex not automatically triggering the login flow by @jessarcher in laravel#592
- Scope Pint guideline to PHP file changes only by @pushpak1300 in laravel#593
- Allow overriding the browser log channel by @pushpak1300 in laravel#594
- @sulimanbenhalim made their first contribution in laravel#588
Full Changelog: https://github.com/laravel/boost/compare/v2.1.7...v2.1.8
v2.1.7 - 2026-02-18
- Add option to exclude specific guidelines and skills via config by @pushpak1300 in laravel#580
- fix: blade skills with code before frontmatter are parsed correctly by @calebdw in laravel#582
Full Changelog: https://github.com/laravel/boost/compare/v2.1.6...v2.1.7
v2.1.6 - 2026-02-16
- Fix default value for browser_logs config in core guideline by @pushpak1300 in laravel#574
- Add support for Nightwatch MCP by @jessarcher in laravel#575
- @jessarcher made their first contribution in laravel#575
Full Changelog: https://github.com/laravel/boost/compare/v2.1.5...v2.1.6
v2.1.5 - 2026-02-16
- Truncate large log entries in LastError tool response by @leek in laravel#568
- Prevent duplicate Boost guidelines in CLAUDE.md by @pushpak1300 in laravel#577
- @leek made their first contribution in laravel#568
Full Changelog: https://github.com/laravel/boost/compare/v2.1.4...v2.1.5
v2.1.4 - 2026-02-13
- Fix missing output key in Tinker tool error response by @Orlando-Villanueva in laravel#561
- Add file paths and format guidance to Livewire 4 skill by @pushpak1300 in laravel#543
- Add model binding and page content examples to Folio routing skill by @pushpak1300 in laravel#544
- Update MCP development skill with accurate API patterns and testing by @pushpak1300 in laravel#545
- Update usePoll usage in skill by @pushpak1300 in laravel#570
- @Orlando-Villanueva made their first contribution in laravel#561
Full Changelog: https://github.com/laravel/boost/compare/v2.1.3...v2.1.4
v2.1.3 - 2026-02-11
- Remove experimental third-party MCP primitives by @pushpak1300 in laravel#552
- Add symlink install mode for skills by @hosmelq in laravel#499
- Add additional newline before end-guideline fence by @ChipNeedham in laravel#565
- Update Roster by @pushpak1300 in laravel#562
- @hosmelq made their first contribution in laravel#499
- @ChipNeedham made their first contribution in laravel#565
Full Changelog: https://github.com/laravel/boost/compare/v2.1.2...v2.1.3
v2.1.2 - 2026-02-10
- Enhance database-schema tool with full column metadata by @alanost in laravel#541
- Replace >- block scalar with single-line descriptions in SKILL files by @pushpak1300 in laravel#547
- fix: apply table prefix to raw SQL queries in DatabaseQuery tool by @soleinjast in laravel#529
- Fix normalizeCommand() splitting absolute paths containing spaces by @digitall-it in laravel#553
- Fix code snippet styling to use fenced code blocks by @pushpak1300 in laravel#555
- Use cmd /c for Windows agent detection commands by @soleinjast in laravel#558
- @alanost made their first contribution in laravel#541
- @digitall-it made their first contribution in laravel#553
Full Changelog: https://github.com/laravel/boost/compare/v2.1.1...v2.1.2
v2.1.1 - 2026-02-06
- Add Flux Icons documentation to SKILL.md files by @pushpak1300 in laravel#494
- Detect Inertia pages directory casing from filesystem by @pushpak1300 in laravel#534
- Graceful cache fallback when cache driver is unreachable by @pushpak1300 in laravel#533
Full Changelog: https://github.com/laravel/boost/compare/v2.1.0...v2.1.1
v2.1.0 - 2026-02-05
- fix(gemini): escape @ symbols in foundational context by @soleinjast in laravel#523
- Add project-level mcp support for Codex by @pushpak1300 in laravel#525
- Unify agent paths for guidelines and skills configuration which supports .agents standard by @pushpak1300 in laravel#528
- Handle Rate Limits Error in Add Skill Command by @pushpak1300 in laravel#520
- @soleinjast made their first contribution in laravel#523
Full Changelog: https://github.com/laravel/boost/compare/v2.0.6...v2.1.0
v2.0.6 - 2026-02-04
- Adding support for Junie skills by @balu-lt in laravel#510
- Filter orphaned packages from config by @lucianotonet in laravel#506
- Configure Executables Path by @pushpak1300 in laravel#491
- Fix skills activation section by @pushpak1300 in laravel#516
- Fix Sail Guideline Overwrite issue by @pushpak1300 in laravel#521
- @lucianotonet made their first contribution in laravel#506
Full Changelog: https://github.com/laravel/boost/compare/v2.0.5...v2.0.6
v2.0.5 - 2026-02-01
- Update message for ide -> agent in InstallCommand by @pushpak1300 in laravel#490
- Remove stale files during skill directory updates by @pushpak1300 in laravel#492
- Fix database-schema tool to only return tables from configured database by @pushpak1300 in laravel#498
Full Changelog: https://github.com/laravel/boost/compare/v2.0.4...v2.0.5
v2.0.4 - 2026-01-28
- Update skills path in Copilot configuration by @pushpak1300 in laravel#488
Full Changelog: https://github.com/laravel/boost/compare/v2.0.3...v2.0.4
v2.0.3 - 2026-01-28
- Sort user guidelines by filename for predictable ordering by @patrickomeara in laravel#474
- fix typo in pest skill by @lukasleitsch in laravel#486
- @patrickomeara made their first contribution in laravel#474
- @lukasleitsch made their first contribution in laravel#486
Full Changelog: https://github.com/laravel/boost/compare/v2.0.2...v2.0.3
v2.0.2 - 2026-01-27
- Exclude Livewire skills and guidelines for indirect dependencies (#477) by @zcuric in laravel#478
- Update Flux UI documentation for verbatim usage by @pushpak1300 in laravel#476
- @zcuric made their first contribution in laravel#478
Full Changelog: https://github.com/laravel/boost/compare/v2.0.1...v2.0.2
v2.0.1 - 2026-01-26
- Format pint.json by @pushpak1300 in laravel#467
- Update UPGRADE.md by @pushpak1300 in laravel#470
- Use skills directory instead of skill for OpenCode by @thijsvdanker in laravel#472
- @thijsvdanker made their first contribution in laravel#472
Full Changelog: https://github.com/laravel/boost/compare/v2.0.0...v2.0.1
v2.0.0 - 2026-01-24
- Skills Support by @pushpak1300 in laravel#421
- Formatting changes by @pushpak1300 in laravel#438
- Refactor installation UX by @pushpak1300 in laravel#439
- Add tests for tool execution and error handling by @pushpak1300 in laravel#447
- Refactor
RendersBladeGuidelinesnamespace and update references by @pushpak1300 in laravel#449 - Add Skill Sync by @pushpak1300 in laravel#444
- Implement package priority system and filtering for package discovery by @pushpak1300 in laravel#450
- Move Boost Docs to Laravel Docs by @pushpak1300 in laravel#453
- Update installation questions by @pushpak1300 in laravel#452
- Add 2.x Upgrade Guide by @pushpak1300 in laravel#446
- tests: add coverage for DatabaseQuery tool by @sakshamgorey in laravel#454
- Refactor MCP related tests by @pushpak1300 in laravel#448
- Add Gradient to Boost Logo by @pushpak1300 in laravel#455
- Update minimum PHP and Laravel versions by @pushpak1300 in laravel#459
- Add boost:add-skill command by @pushpak1300 in laravel#458
- Add --no-interaction flag to wayfinder skills command by @pushpak1300 in laravel#461
- Add validation UpdateCommand to handle errors by @pushpak1300 in laravel#462
- Formatting by @taylorotwell in laravel#463
- Inertia vue skill syntax by @Bottelet in laravel#464
You can find the upgrade guide for version 2.x here
Full Changelog: https://github.com/laravel/boost/compare/v1.8.10...v2.0.0
v1.8.10 - 2026-01-14
- Add Laravel Code Simplifier Prompt by @pushpak1300 in laravel#416
- Update README installation instructions by @pushpak1300 in laravel#417
- Add Livewire v4 upgrade prompt by @pushpak1300 in laravel#424
Full Changelog: https://github.com/laravel/boost/compare/v1.8.9...v1.8.10
v1.8.9 - 2026-01-07
Full Changelog: https://github.com/laravel/boost/compare/v1.8.8...v1.8.9
v1.8.8 - 2026-01-07
- Add
--compactflag to testing examples by @ohnotnow in laravel#403 - Update bug report issue template by @pushpak1300 in laravel#410
- Remove ReportFeedback tool by @pushpak1300 in laravel#409
- fix: improve middleware register specification for laravel 11 and 12 by @PanchoDP in laravel#398
- Update documentation for 'search-docs' tool usage by @blakedeckard in laravel#401
- Mention when private constructors are ok by @cosmastech in laravel#387
- Consistency and quality pass by @taylorotwell in laravel#413
v1.8.7 - 2025-12-19
- Refactor filterPrimitives method to improve class string handling by @pushpak1300 in laravel#395
Full Changelog: https://github.com/laravel/boost/compare/v1.8.6...v1.8.7
v1.8.6 - 2025-12-19
- Correct grammar in Editor Setup header by @tooshay in laravel#381
- [1.x] chore: improve workflow by @MrPunyapal in laravel#385
- Simplify tool and resource discovery logic in MCP by @pushpak1300 in laravel#383
- [1.x] chore: improve tests by @MrPunyapal in laravel#386
- Add Resource and Prompts for Package Guidelines by @pushpak1300 in laravel#389
- Bump laravel/mcp package version by @pushpak1300 in laravel#393
- Allow configurable guideline paths for AI agents by @jordanpartridge in laravel#392
- Fix log file resolution for stack logging driver by @sabist in laravel#388
- Refactor agent selection logic in InstallCommand by @pushpak1300 in laravel#394
- @tooshay made their first contribution in laravel#381
- @jordanpartridge made their first contribution in laravel#392
- @sabist made their first contribution in laravel#388
Full Changelog: https://github.com/laravel/boost/compare/v1.8.5...v1.8.6
v1.8.5 - 2025-12-08
- PHP 8.5 support by @pushpak1300 in laravel#368
Full Changelog: https://github.com/laravel/boost/compare/v1.8.4...v1.8.5
v1.8.4 - 2025-12-05
- Update Boost for
laravel/mcp^0.4.1 compatibility by @xybr-dev in laravel#375
- @xybr-dev made their first contribution in laravel#375
Full Changelog: https://github.com/laravel/boost/compare/v1.8.3...v1.8.4
v1.8.3 - 2025-11-26
- Update FluxUI component list by @rzv-me in laravel#369
- @rzv-me made their first contribution in laravel#369
Full Changelog: https://github.com/laravel/boost/compare/v1.8.2...v1.8.3
v1.8.2 - 2025-11-20
- tests: adds missing opencode in tests by @MrPunyapal in laravel#361
- Add Gemini by @iruoy in laravel#360
- Extend Codex functionality with MCP config by @pushpak1300 in laravel#364
- Update README.md by @pushpak1300 in laravel#365
- Downgrade guzzle version to ^7.9 by @pushpak1300 in laravel#356
- Put user-defined guidelines at the top by @phpfour in laravel#332
- @iruoy made their first contribution in laravel#360
Full Changelog: https://github.com/laravel/boost/compare/v1.8.1...v1.8.2
v1.8.1 - 2025-11-18
- Add Sail Support in Guidelines by @pushpak1300 in laravel#329
- Fix CallToolWithExecutor Error by @RedArchon in laravel#359
- @RedArchon made their first contribution in laravel#359
Full Changelog: https://github.com/laravel/boost/compare/v1.8.0...v1.8.1
v1.8.0 - 2025-11-11
- Ignore MCP config update in boost:update by @pushpak1300 in laravel#334
- Update wayfinder guidelines by @pushpak1300 in laravel#343
- Remove Filament guidelines by @pushpak1300 in laravel#349
Full Changelog: https://github.com/laravel/boost/compare/v1.7.1...v1.8.0
v1.7.1 - 2025-11-05
- [1.x] Fix: WSL by changing 'wsl' to 'wsl.exe' in MCP config by @MrPunyapal in laravel#338
- Add wayfinder guidelines by @pushpak1300 in laravel#327
- Update Readme about .gitignore files by @chinmaypurav in laravel#307
- Update Tailwind v4+ guidelines by @pushpak1300 in laravel#321
- @MrPunyapal made their first contribution in laravel#338
- @chinmaypurav made their first contribution in laravel#307
Full Changelog: https://github.com/laravel/boost/compare/v1.7.0...v1.7.1
v1.7.0 - 2025-11-04
- feat: add opencode support by @calebdw in laravel#88
- Fix Invalid Argument Error with MCP tool by @pushpak1300 in laravel#323
- [1.x] Refactor to use first-class callable by @pushpak1300 in laravel#315
- [1.x] Sail Support for Boost by @NIAN97 in laravel#303
- Remove duplicate code in GuidelineComposer.php by @phpfour in laravel#331
- Handle
@voltdirectives in GuidelineComposer by @pushpak1300 in laravel#333
- @NIAN97 made their first contribution in laravel#303
- @phpfour made their first contribution in laravel#331
Full Changelog: https://github.com/laravel/boost/compare/v1.6.0...v1.7.0
v1.6.0 - 2025-10-28
- [1.x] Add support for markdown files by @adrum in laravel#319
v1.5.1 - 2025-10-25
- bump roster by @adrum in laravel#318
- @adrum made their first contribution in laravel#318
Full Changelog: https://github.com/laravel/boost/compare/v1.5.0...v1.5.1
v1.5.0 - 2025-10-24
- Add PhpStorm detection path for Windows by @GoneTone in laravel#304
- Dynamic NPM Package Runner by @imliam in laravel#145
- @GoneTone made their first contribution in laravel#304
- @imliam made their first contribution in laravel#145
Full Changelog: https://github.com/laravel/boost/compare/v1.4.0...v1.5.0
v1.4.0 - 2025-10-14
- [1.x] Add Support for Custom Code Environments by @pushpak1300 in laravel#280
- Fix boolean parameter handling in ListRoutes MCP tool by @systempath in laravel#279
- Fix Laravel 10 bootstrap/app.php Documentation Inaccuracy by @paulschoeman in laravel#224
- @systempath made their first contribution in laravel#279
- @paulschoeman made their first contribution in laravel#224
Full Changelog: https://github.com/laravel/boost/compare/v1.3.3...v1.4.0
v1.3.3 - 2025-10-13
- fix: prefer fluxui-pro guidelines over fluxui-free by @PanchoDP in laravel#292
- @PanchoDP made their first contribution in laravel#292
Full Changelog: https://github.com/laravel/boost/compare/v1.3.2...v1.3.3
v1.3.2 - 2025-10-13
- [1.x] Update token limit default to 3000 tokens in SearchDocs by @pushpak1300 in laravel#293
Full Changelog: https://github.com/laravel/boost/compare/v1.3.1...v1.3.2
v1.3.1 - 2025-10-13
- [1.x] Update laravel/mcp dependency to support 0.3.0 version by @pushpak1300 in laravel#297
Full Changelog: https://github.com/laravel/boost/compare/v1.3.0...v1.3.1
v1.3.0 - 2025-09-30
- [1.x] Adds
boost:update+ allows package authors to publish guidelines by @nunomaduro in laravel#277
Full Changelog: https://github.com/laravel/boost/compare/v1.2.1...v1.3.0
v1.2.1 - 2025-09-23
- Update roster to 0.2.7 by @ashleyhindle in laravel#266
- docs: guidelines: initial laravel/mcp guidelines by @ashleyhindle in laravel#267
- Update Pint Config by @pushpak1300 in laravel#269
- Update checkout action to version 5 by @pushpak1300 in laravel#271
- Enhance MCP commands for WSL compatibility by @HichemTab-tech in laravel#121
- Updated access modifiers from
privatetoprotectedacross multiple files by @andrey-helldar in laravel#249 - Ensure guideline file content ends with a newline by @balu-lt in laravel#113
- Don't include mcp always by @ashleyhindle in laravel#273
- Fix test name by @pushpak1300 in laravel#274
- @HichemTab-tech made their first contribution in laravel#121
- @andrey-helldar made their first contribution in laravel#249
- @balu-lt made their first contribution in laravel#113
Full Changelog: https://github.com/laravel/boost/compare/v1.2.0...v1.2.1
v1.2.0 - 2025-09-18
- uses latest version of laravel mcp
v1.1.5 - 2025-09-18
- docs: README: light/dark mode logo by @ashleyhindle in laravel#148
- ci: remove unneeded SSH keys now MCP package is public by @ashleyhindle in laravel#255
- fix: remove stray parenthesis in lifecycle hook guidance in livewire guidelines by @mohammedyh in laravel#261
- fix: correct syntax in Tailwind v4 import code snippet by @mr-chetan in laravel#221
- tests: convert multiple expectations into chain by @felipeArnold in laravel#232
- Add Codex Guideline Support by @pushpak1300 in laravel#258
- Update scroll value for Agent selection box by @pushpak1300 in laravel#262
- Add support for Vite CSP nonce by @nckrtl in laravel#142
- @mohammedyh made their first contribution in laravel#261
- @mr-chetan made their first contribution in laravel#221
- @nckrtl made their first contribution in laravel#142
Full Changelog: https://github.com/laravel/boost/compare/v1.1.4...v1.1.5
v1.1.4 - 2025-09-04
- feat: add windows to tests CI check by @ashleyhindle in laravel#244
Full Changelog: https://github.com/laravel/boost/compare/v1.1.3...v1.1.4
v1.1.3 - 2025-09-04
- fix: package priorities should work on php8.1 by @ashleyhindle in laravel#243
Full Changelog: https://github.com/laravel/boost/compare/v1.1.2...v1.1.3
v1.1.2 - 2025-09-04
- feat: add package priority guideline inclusion by @ashleyhindle in laravel#242
Full Changelog: https://github.com/laravel/boost/compare/v1.1.1...v1.1.2
v1.1.1 - 2025-09-04
- Add strict types declaration in Inertia.php by @felipeArnold in laravel#229
- feat: update roster requirement, fixes #237 now phpunit will be detected by @ashleyhindle in laravel#239
- @felipeArnold made their first contribution in laravel#229
Full Changelog: https://github.com/laravel/boost/compare/v1.1.0...v1.1.1
v1.1.0 - 2025-09-04
- Always-on process isolation: eliminate conditional complexity by @andreilungeanu in laravel#184
Full Changelog: https://github.com/laravel/boost/compare/v1.0.21...v1.1.0
v1.0.21 - 2025-09-03
- Fix random 'parse error' when running test suite by @ashleyhindle in laravel#223
- Clarify ListRoutes name parameter description for better tool calling by @pushpak1300 in laravel#182
- Streamline ToolResult assertions in tests by @pushpak1300 in laravel#225
- Allow guideline overriding by @ashleyhindle in laravel#219
Full Changelog: https://github.com/laravel/boost/compare/v1.0.20...v1.0.21
v1.0.20 - 2025-08-28
- fix: defer InjectBoost middleware registration until app is booted by @Sairahcaz in laravel#172
- feat: add robust MCP file configuration writer by @ashleyhindle in laravel#204
- Feat: Detect env changes by default, fixes 130 by @ashleyhindle in laravel#217
- @Sairahcaz made their first contribution in laravel#172
Full Changelog: https://github.com/laravel/boost/compare/v1.0.19...v1.0.20
v1.0.19 - 2025-08-27
- Refactor creating laravel application instance using Testbench by @crynobone in laravel#127
- Fix Tailwind CSS title on README.md for consistency by @xavizera in laravel#159
- feat: don't run Boost during testing by @ashleyhindle in laravel#144
- Hide Internal Command
ExecuteToolCommand.phpfrom Artisan List by @yitzwillroth in laravel#155 - chore: removes non necessary php version constrant by @nunomaduro in laravel#166
- chore: removes non necessary pint version constrant by @nunomaduro in laravel#167
- Do not autoload classes while boost:install by @pushpak1300 in laravel#180
- fix: prevent unwanted "null" file creation on Windows during installation by @andreilungeanu in laravel#189
- Improve
InjectBoostmiddleware for response-type handling by @pushpak1300 in laravel#179 - docs: README: Add Nova 4.x and 5.x by @ashleyhindle in laravel#213
- refactor: change ./artisan to artisan by @ashleyhindle in laravel#214
- feat: guidelines: add Inertia form guidelines by @ashleyhindle in laravel#211
- @crynobone made their first contribution in laravel#127
- @xavizera made their first contribution in laravel#159
- @nunomaduro made their first contribution in laravel#166
- @andreilungeanu made their first contribution in laravel#189
Full Changelog: https://github.com/laravel/boost/compare/v1.0.18...v1.0.19
v1.0.18 - 2025-08-16
- fix: Prevent install command from breaking when
/testsdoesn't exist by @sagalbot in laravel#93 - [1.x] Add enabled option to
config/boost.php. by @xiCO2k in laravel#143
- @sagalbot made their first contribution in laravel#93
- @xiCO2k made their first contribution in laravel#143
Full Changelog: https://github.com/laravel/boost/compare/v1.0.17...v1.0.18
v1.0.17 - 2025-08-14
- Fix: Replace APP_DEBUG with environment-based gating by @eduardocruz in laravel#90
- @eduardocruz made their first contribution in laravel#90
Full Changelog: https://github.com/laravel/boost/compare/v1.0.16...v1.0.17
v1.0.16 - 2025-08-14
- refactor: streamline path resolution and simplify the MCP client interface by @pushpak1300 in laravel#111
- Fix PHPStorm using absolute paths by @ashleyhindle in laravel#109
Full Changelog: https://github.com/laravel/boost/compare/v1.0.15...v1.0.16
v1.0.15 - 2025-08-14
- fixes #67 by only finding files that begin with an uppercase letter by @ashleyhindle in laravel#116
Full Changelog: https://github.com/laravel/boost/compare/v1.0.14...v1.0.15
v1.0.14 - 2025-08-14
- Fixes #85 by adding verbatim to flux component example by @ashleyhindle in laravel#114
Full Changelog: https://github.com/laravel/boost/compare/v1.0.13...v1.0.14
v1.0.13 - 2025-08-14
- Fix volt blade parsing by @ashleyhindle in laravel#112
Full Changelog: https://github.com/laravel/boost/compare/v1.0.12...v1.0.13
v1.0.12 - 2025-08-14
- tool: tinker: try to nudge away from creating test users ahead of time by @ashleyhindle in laravel#108
Full Changelog: https://github.com/laravel/boost/compare/v1.0.11...v1.0.12
v1.0.11 - 2025-08-14
- tools: report-feedback: strengthen language on privacy by @ashleyhindle in laravel#103
Full Changelog: https://github.com/laravel/boost/compare/v1.0.10...v1.0.11
v1.0.10 - 2025-08-14
- fixes #70 - make sure foundational rules are composed by @ashleyhindle in laravel#84
- Update the bug report template's system info section by @pushpak1300 in laravel#98
- Update Filament Guidelines by @pushpak1300 in laravel#35
- Fix: Prevent autoloading non class-like files during discovery to avoid "FatalError: Cannot redeclare function" by @zdearo in laravel#99
- @zdearo made their first contribution in laravel#99
Full Changelog: https://github.com/laravel/boost/compare/v1.0.9...v1.0.10
v1.0.9 - 2025-08-13
- fixes #80 - install Boost MCP into Claude via file instead of shell by @ashleyhindle in laravel#82
Full Changelog: https://github.com/laravel/boost/compare/v1.0.8...v1.0.9
v1.0.8 - 2025-08-13
- fixes #80 by @ashleyhindle in laravel#81
Full Changelog: https://github.com/laravel/boost/compare/v1.0.7...v1.0.8
v1.0.3 - 2025-08-13
- Update Pint Guideline to Use
--dirtyFlag by @yitzwillroth in laravel#43 - docs: README: add filament by @ashleyhindle in laravel#58
- Fix Herd detection by @mpociot in laravel#61
- fix #49: disable boost inject if HTML isn't expected by @ashleyhindle in laravel#60
- @yitzwillroth made their first contribution in laravel#43
- @mpociot made their first contribution in laravel#61
Full Changelog: https://github.com/laravel/boost/compare/v1.0.2...v1.0.3
v1.0.2 - 2025-08-13
- update laravel/roster version by @ashleyhindle in laravel#42
- Update core.blade.php by @meatpaste in laravel#41
- @meatpaste made their first contribution in laravel#41
Full Changelog: https://github.com/laravel/boost/compare/v1.0.1...v1.0.2
v1.0.1 - 2025-08-13
Full Changelog: https://github.com/laravel/boost/compare/v1.0.0...v1.0.1
v1.0.0 - 2025-08-13
- Initial release of Laravel Boost.
Initial pre-release.