Skip to content

Commit ce3a001

Browse files
fix: clarified breeze version (laravel#8038)
Co-authored-by: Alexey Livadnyi <[email protected]>
1 parent f915263 commit ce3a001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starter-kits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ php artisan migrate
3737
Once you have created a new Laravel application, you may install Laravel Breeze using Composer:
3838

3939
```bash
40-
composer require laravel/breeze --dev
40+
composer require laravel/breeze:1.9.2
4141
```
4242

4343
After Composer has installed the Laravel Breeze package, you may run the `breeze:install` Artisan command. This command publishes the authentication views, routes, controllers, and other resources to your application. Laravel Breeze publishes all of its code to your application so that you have full control and visibility over its features and implementation. After Breeze is installed, you should also compile your assets so that your application's CSS file is available:

0 commit comments

Comments
 (0)