Initial Install Laravel 12

This commit is contained in:
2025-03-10 13:58:05 +01:00
commit a8d5d57f6f
56 changed files with 10375 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
import axios from 'axios';
window.axios = axios;
window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';