Open4
LaravelへBootstrapの導入メモ
sail composer require laravel/ui
sail artisan ui bootstrap --auth
The [auth/login.blade.php] view already exists. Do you want to replace it? (yes/no) [no]
❯ yes
The [auth/register.blade.php] view already exists. Do you want to replace it? (yes/no) [no]
❯ yes
The [layouts/app.blade.php] view already exists. Do you want to replace it? (yes/no) [no]
❯ yes
Laravel-Breezeをインストール済みだったため上書きするかどうかのプロンプトが表示された
sail npm install