[ad_1]
https://i.ytimg.com/vi/Zn9H4YUqvZA/hqdefault.jpg
Learn to configure and use Bootstrap version 4 with Laravel 5.5. I assume you already know about Laravel and Bootstrap. You will learn to use PHP 7 and how to upgrade it.
Original source
[ad_1]
https://i.ytimg.com/vi/Zn9H4YUqvZA/hqdefault.jpg
Learn to configure and use Bootstrap version 4 with Laravel 5.5. I assume you already know about Laravel and Bootstrap. You will learn to use PHP 7 and how to upgrade it.
Original source
26 responses to “How to install and configure Laravel 5.5 with Bootstrap 4”
dont use windows anymore please, I can't take you seriously as a developer
Thanks, you helped me a lot! =D
Thanks alot. Working for me
thank you! nice bgm as well 😀
Save time
Step 1:
Run command "npm install bootstrap" as told by bootstrap in https://getbootstrap.com/
Step 2: Set the path of bootstrap in app.scss which is at resourcesassetssass
which becomes @import "~bootstrap/dist/css/bootstrap.css";
Didnt work
you waste a lot of time this not take more of a couple of minutes to install an setup
i created separate file and and then used bootstrap class in it ,classes are not working.only created files bootstrap is working and even if i make some changes in those class that also applies to it.what can be the problem
Hi, What's the name of the music of min 4:56 thanks
Subscribe to my Channel for Laravel 5.5 Videos <3 <3
have u the example code to download?
I cannot use npm run dev after changing the required('bootstrap-scss") to required('bootstrap").
it says "Can't resolve popper.js"
can someone help me please
Thanks!
thanks! 😉
thank you very much
Thanks dude
In the documentaion, it says you need a Sass compiler and Autoprefixer to compile the Bootstrap 4. I'm I missing anything here?
Thank you!!!!!!!
Thx!
Amazing, thanks 😀
Thanks. can you tell me which theme and Folder Icons you are using in SUBLIME ?
🙂
thanks very much it helped me with my graduating project!
can you please make a video on how you installed php v 7 on wamp
Hello Nice Tutorial Please give me the tiltles of your track list music
Well done, thanks! Works perfect now.
Update: Bootstrap's JavaScript doesn't seem to work:
$('.dropdown-toggle').dropdown()
VM2077:1 Uncaught TypeError: $(…).dropdown is not a function
* at <anonymous>:1:23*
jQuery however works fine:
$('.dropdown-toggle')
[a.nav-link.dropdown-toggle, prevObject: jQuery.fn.init(1)]
Any idea how to properly include Bootstrap's JavaScript code?
Thanks… I have done it and works!!