SarwarAhmed5 years agoLevel 27ReplyReport Spam@Flex What are the installation problems? You can install bootstrap framework using laravel/ui. composer require laravel/ui php artisan ui bootstrap npm install npm run dev Now you can see compiled CSS and js file inside the public folder. Like Reply
Flex OP 5 years agoLevel 4ReplyReport Spam@sarwarahmed then, what is the sass in the laravel? Like Reply
SarwarAhmed5 years agoLevel 27ReplyReport Spamresources/sass/app.scss // Bootstrap @import '~bootstrap/scss/bootstrap'; Like Reply