Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是laravel的初学者,所以有人可以帮我解决这个问题吗?在 /public/app.blade.php 看起来像这样
<link href="/css/bootstrap.min.css" rel="stylesheet"> <script src="/js/bootstrap.min.js"></script>
只需在您的代码中添加系绳依赖项。
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js"></script> <script src="/js/bootstrap.min.js"></script>
或从Tether本地下载
Tether
https://github.com/HubSpot/tether
添加添加到您的项目
<script src="path/to/dist/js/tether.min.js"></script>