initial commit

This commit is contained in:
Clément
2025-04-12 12:57:08 +02:00
commit 9c129fc03d
65 changed files with 13629 additions and 0 deletions

3
images/db_init.sql Normal file
View File

@@ -0,0 +1,3 @@
CREATE USER laravel_user IDENTIFIED BY 'super_strong_password';
GRANT CREATE, ALTER, DROP, SELECT, INSERT, UPDATE, DELETE ON laravel_db.* TO laravel_user;