Frontend Assets

Paper Dashboard is a premium Bootstrap 4 Admin Template.

Quick start

To start using the Paper Dashboard you will need to import some files in your current project or start from scratch using our template (scroll down in this page to view it).

CSS

Copy-paste the stylesheet <link> into your <head> before all other stylesheets to load our CSS.

<link rel="stylesheet" href="{{ asset('paper') }}/css/paper-dashboard.css?v=2.0.0">

JS

Many of our components require the use of JavaScript to function. Specifically, they require jQuery, Popper.js, and our own JavaScript plugins. Place the following <script>s near the end of your pages, right before the closing </body> tag, to enable them. jQuery must come first, then Popper.js, and then our JavaScript plugins.

<!--  Core JS Files -->
<script src="{{ asset('paper') }}/js/core/jquery.min.js" type="text/javascript"></script>
<script src="{{ asset('paper') }}/js/core/popper.min.js" type="text/javascript"></script>
<script src="{{ asset('paper') }}/js/core/bootstrap.min.js" type="text/javascript"></script>
<script src="{ asset('paper') }}/js/plugins/perfect-scrollbar.jquery.min.js" type="text/javascript"></script>

<!--  Google Maps Plugin    -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=YOUR_KEY_HERE"></script>

<!-- Chart JS -->
<script src="{{ asset('paper') }}/js/plugins/chartjs.min.js"></script>

<!--  Notifications Plugin    -->
<script src="{{ asset('paper') }}/js/plugins/bootstrap-notify.js"></script>

<!-- Control Center for Paper Dashboard: parallax effects, scripts for the example pages etc -->
<script src="{{ asset('paper') }}/js/paper-dashboard.min.js?v=2.0.0" type="text/javascript"></script>

<!-- Paper Dashboard DEMO methods, don't include it in your project! -->
<script src="{{ asset('paper') }}/demo/demo.js"></script>

Fonts and Icons

Copy-paste the stylesheet <link> into your <head> before all other stylesheets to load the Fonts and Icons.

<!--     Fonts and icons     -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,200" rel="stylesheet" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" />