Init development stack
This commit is contained in:
8
resources/views/injections/head.blade.php
Normal file
8
resources/views/injections/head.blade.php
Normal file
@@ -0,0 +1,8 @@
|
||||
@php($livewireUrl = plugins_url('village-archive/vendor/livewire/livewire/dist/livewire.esm.js'))
|
||||
|
||||
<script type="module">
|
||||
import { Livewire } from '{{ $livewireUrl }}';
|
||||
Livewire.start();
|
||||
</script>
|
||||
|
||||
@livewireStyles
|
||||
Reference in New Issue
Block a user