Install Debugbar and enable debug mode
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user