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?
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
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.