There's a lot of conflicting or vague advice about how to do this, and after trying a few of the solutions I've seen to no effect, I figured it's time to just ask directly: how am I supposed to setup Bootstrap in a new Laravel app? Here's where I'm at:
I have bootstrap-sass in my node_modules folder, I have gulp and laravel-elixir both installed through npm. But running gulp of course does no good, as I'm now staring at a webpack.mix.js file instead of a gulpfile. There is no gulpfile in this default configuration, so the gulp command just throws an error.
Getting past that, how do I compile the bootstrap-sass specifically, instead of just the app.scss file? How am I intended to reference it? Because I manually copied it before--ended up trashing that app entirely to start over--and referencing the absolute file path did nothing.
I feel completely lost, and as someone who remains to be convinced of the virtues of all these package managers, this is putting me off a lot. I need a walkthrough that's pertinent to the current version of Laravel, because it seems like every other version references stuff that has changed.