How to install breeze in Laravel 11 from scratch

Опубликовано: 04 Май 2026
на канале: Tech4knowhow
199
5

This video shows how to install Laravel Breeze in Laravel 11. Laravel Breeze is a minimal, simple implementation of all of Laravel’s authentication features, including login, registration, password reset, email verification, and password confirmation.
Laravel Breeze’s default view layer is made up of simple Blade templates styled with Tailwind CSS.

👉Step by step by step guide to installing Laravel Breeze in Laravel 11.
→ Create a new Laravel project:
Use Composer: composer create-project laravel/laravel my-breeze-project
Or, use the Laravel installer: laravel new my-breeze-project
Navigate into the project directory: cd my-breeze-project
→Install Laravel Breeze:
Use Composer to require the Breeze package: composer require laravel/breeze --dev
→ Install and configure Breeze:
Run the Breeze installation command: php artisan breeze:install
Follow the prompts to choose your preferred stack (e.g., Blade with Alpine, Livewire, Inertia, React, Vue)
If you select Inertia, you may need to choose a view stack (e.g., Vue or React) and follow the prompts
→ Configure the Database:
Update the .env file with your database credentials (DB\_HOST, DB\_DATABASE, DB\_USERNAME, DB\_PASSWORD)
→ Run Database Migrations:
Run the migrations to create the necessary database tables: php artisan migrate
→ Start the Development Server:
Start the Laravel development server: php artisan serve
→ Access the Application:
Open your web browser and go to the URL provided by the php artisan serve command. Then browse the Laravel Breeze login and registration pages (most of the time uses http://127.0.0.1:8000)

🔥Get more:
--------------------------------------------------------------------------------------------------------------
🔹How to install Laravel 11 using composer
👉   • How to Install Laravel 11 with Composer (S...  

❤️Join our channel:
👉   / @tech4knowhow  

✋ Stay connected:
→   / misgana-tesfaye  
→ https://web.facebook.com/profile.php?...
→ https://t.me/programmer_pros