Etapes 2 et 3

This commit is contained in:
2025-06-07 15:00:30 +02:00
parent 9829dfc6b5
commit 03fa9d79d4
62 changed files with 13582 additions and 7 deletions

1
laravel/resources/js/app.js Executable file
View File

@@ -0,0 +1 @@
import './bootstrap';

4
laravel/resources/js/bootstrap.js vendored Executable file
View File

@@ -0,0 +1,4 @@
import axios from 'axios';
window.axios = axios;
window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';