- Debugbar not diplaying
php artisan route:cache
- TokeMismathException
php artisan config:clear
@extends('theme.limitless4.app') | |
@section('head') | |
<link rel="stylesheet" href="https://cdn.datatables.net/1.10.19/css/dataTables.bootstrap4.min.css"> | |
<style> | |
td:not(:first-child) { | |
text-align: center; | |
} | |
td:nth-child(6) { |
php artisan route:cache
php artisan config:clear
// { | |
// "plugins": [ | |
// "@babel/plugin-syntax-dynamic-import" | |
// ] | |
// } | |
{ | |
"plugins": [ | |
"syntax-dynamic-import" | |
] |
{"lastUpload":"2019-12-27T12:07:12.690Z","extensionVersion":"v3.4.3"} |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
<title>Document</title> | |
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet"> | |
<script src="https://cdn.jsdelivr.net/gh/alpinejs/[email protected]/dist/alpine.min.js" defer></script> |
/** | |
* @usage: | |
* | |
* <CheckBox label="Foo" value="foo" v-model="MySelectedValues" /> | |
* <CheckBox label="Bar" value="bar" v-model="MySelectedValues" /> | |
* <CheckBox label="Baz" value="baz" v-model="MySelectedValues" /> | |
* | |
* data(){ | |
* return { | |
* MySelectedValues: [], |