Uncaught Error: Bootstrap tooltips require Tether (http://tether.io/) at bootstrap.min.js:7

Eva Reyrian picture Eva Reyrian · Jan 19, 2017 · Viewed 13.4k times · Source

I am beginner in laravel, so can anyone help me to figure this out ? In /public/app.blade.php look like this

Answer

Jaymin Panchal picture Jaymin Panchal · Jan 19, 2017

Just add tether dependency in your code.

<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js"></script> 
<script src="/js/bootstrap.min.js"></script>

or download the Tether locally from

https://github.com/HubSpot/tether

add add to your project

<script src="path/to/dist/js/tether.min.js"></script>