/**
* We'll load the axios HTTP library which allows us to easily issue requests
* to our Laravel back-end. This library automatically handles sending the
* CSRF token as a header based on the value of the "XSRF" token cookie.
*/
import axios from 'axios';
import Alpine from "alpinejs";
import persist from "@alpinejs/persist";
window.axios = axios;
window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';
Alpine.plugin(persist);
window.Alpine = Alpine;
Alpine.start();
Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]