Mercurial > packages > auth
diff UPGRADE.md @ 0:90e38de8f2ba
Initial Commit
| author | luka |
|---|---|
| date | Wed, 13 Aug 2025 22:17:20 -0400 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/UPGRADE.md Wed Aug 13 22:17:20 2025 -0400 @@ -0,0 +1,10 @@ +# Upgrade Guide + +## Upgrading from Breeze 1.x to Breeze 2.x + +#### Dependency Changes + +Unlike other starter kits such as Jetstream, the Laravel Breeze dependency can be removed after you run the `breeze:install` Artisan command. Therefore, if you are in the process of upgrading to Laravel 11, we advise you to simply remove the `laravel/breeze` dependency from your application's `composer.json` file. Then, run the `composer update` command: + + composer update +
