Newer
Older
FirstLaravel / resources / js / app.js
import './bootstrap';

import Alpine from 'alpinejs';

window.Alpine = Alpine;

Alpine.start();