Initial Laravel Portal

This commit is contained in:
2026-05-25 10:58:45 +02:00
commit 1aef762c12
56 changed files with 10769 additions and 0 deletions
Vendored Executable
+4
View File
@@ -0,0 +1,4 @@
import axios from 'axios';
window.axios = axios;
window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';