Hello Artisan,
In this Laravel quick example of installing breeze, I will explain how to install inertia js with Laravel breeze. Laravel 8.x released these features. So now in version Laravel 8.x we can install inertia js with Laravel breeze in a single command. Most of the time we need to get a fresh Laravel auth system, that condition I think breeze is the best option.
It is better if we can install inertia js with breeze authentication. In this example, I will show you the way that how we can install inertia js with Laravel breeze. Just run the below command to install inertia js in your Laravel breeze application.
# New option to use Intertia
php artisan breeze:install --inertia
npm install
npm run dev
Read also: How to Set Limit Login Attempts in Laravel 8
Hope it can help you.
#laravel #laravel-8x #laravel-auth