Skip to content

Instantly share code, notes, and snippets.

View joshuadegier's full-sized avatar

Joshua joshuadegier

View GitHub Profile
@ArtisanTinkerer
ArtisanTinkerer / dashboard.blade.php
Last active July 21, 2023 07:47
Gridstack.js and Vue.js for Laravel dashboard
@extends('layouts.app')
@section('head')
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script src="https://cdn.jsdelivr.net/lodash/4.17.2/lodash.min.js"></script>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/gridstack.js/0.2.6/gridstack.css"/>