i am trying to using bootstrap on my laravel project using the laravel/ui package
i am following the installation instruction
composer require laravel/ui
and choose the
php artisan ui bootstrap
to use the bootstrap
by default it install bootstrap 5 but i need the version 4 for the adminlte3 theme
is there a way to specify which bootstrap version that i can use ?
since i'm want to use the version 4 of it not 5