skip to Main Content

Bootstrap 4.0.0-beta modal won't work. Popper.js is breaking-Twitter bootstrap

I am creating a button to open up a modal when clicked. <--Modal trigger--> <button type="button" data-toggle="modal" data-target="#myModal">Create a new category</button> <--Modal body--> <div id="myModal" class="modal fade" role="dialog"> <div class="modal-dialog"> <!-- Modal content--> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close"…

VIEW QUESTION

Laravel blade view relative path – CPanel

I need help with my Laravel Blade view. Currently i'm using <link href="{{asset('css/sample.css')}}" rel="stylesheet"> to generate the path to my sample.css in my public folder every time. Which it'll generate something like <link href="http://mydomainname/css/sample.css" rel="stylesheet"> and it's working well (my…

VIEW QUESTION
Back To Top
Search