Beingsk's avatar

bootstrap

i want to use twitter Boostrap in my project and im new to Laravel web development....shall i use Laravel mix or just use it with bootstrap cdn..Which one will be better option and why?

0 likes
4 replies
Tray2's avatar

You do either.

I would probably just download the minified CSS file and link it into my layout file.

1 like
Beingsk's avatar

i already ran the command "php artisan ui bootstrap" then "npm install" and "npm run dev" how to revert back the changes because i dont want to use laravel mix

Tray2's avatar

Remove any references to the laravel ui in your composer.json and packages.json and rerun composer update and npm install. Delete the app.css file and maybe even the app.js from your resources directory and you should be good to go.

Please or to participate in this conversation.