Install Debugbar and enable debug mode

This commit is contained in:
2022-06-05 12:21:33 +00:00
parent 53182a0e11
commit 45af9dd591
4 changed files with 506 additions and 272 deletions

View File

@ -7,6 +7,10 @@
<title>Laravel</title>
<link rel="stylesheet" href="{{ url('/css/bootstrap.min.css') }}">
<script src="{{ url('/js/jquery-3.4.1.slim.min.js') }}"></script>
<script src="{{ url('/js/popper.min.js') }}"></script>
<script src="{{ url('/js/bootstrap.min.js') }}"></script>
</head>
<body>
<body>
@ -15,10 +19,12 @@
<p>btc-playground is running successfully!</p>
</div>
<?php
Debugbar::warning('Testing, 123.');
?>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="{{ url('/js/jquery-3.4.1.slim.min.js') }}"></script>
<script src="{{ url('/js/popper.min.js') }}"></script>
<script src="{{ url('/js/bootstrap.min.js') }}"></script>
</body>
</html>