Home / Snippets / Getting Started with Laravel Breeze
Getting Started with Laravel Breeze cover

Getting Started with Laravel Breeze

373

3 years ago

0 comments

Laravel Breeze is the official starter kit for the Laravel project. This starter kit provides authentication features that include login, registration, password resets, email verification, and password confirmation by default. By default, it also includes Tailwind CSS so you get a little bit of styling on the front-end.

How to add Laravel Breeze


To include Laravel Breeze into your new Laravel project you can use the simple composer command line as follows.
composer require laravel/breeze --dev
Do note that it will be installed within the "require-dev" list. Now that it's required already you need to call the command to publish the additional files that contain the authentication and etc.
php artisan breeze:install
php artisan migrate
For the front-end assets, you need to run npm install and compile the source file.
npm install
npm run dev
If you are using yarn then run the following command.
yarn
yarn dev

Laravel Breeze Preview


Below is the preview after Laravel Breeze is installed into the newly created Laravel Project.
Laravel Breeze
notion avatar

Alaz

Week-end developer currently experimenting with web, mobile, and all things programming.

Topics:

Frontend

Resource

Average

Average

Support Us

If you like our tutorial, support us by being our Patreon or buy us some coffee ☕️

Welcome to PostSrc V3

PostSrc Dark Logo

You have to login to favorite this