Initial commit with contrats and domaines modules

This commit is contained in:
mrKamoo
2026-04-08 18:07:08 +02:00
commit 092a6a0484
191 changed files with 24639 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"permissions": {
"allow": [
"Read(//c/laragon/www/**)",
"Bash(composer create-project:*)",
"Bash(cp -r C:/laragon/www/Commandes_tmp/. C:/laragon/www/Commandes/)",
"Bash(rm -rf C:/laragon/www/Commandes_tmp)",
"Bash(composer require:*)",
"Bash(php artisan:*)",
"Bash(mysql -u root -e \"CREATE DATABASE IF NOT EXISTS commandes_dsi CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;\")",
"Bash(/c/laragon/bin/mysql/mysql-8.4.3-winx64/bin/mysql.exe -u root -e \"CREATE DATABASE IF NOT EXISTS commandes_dsi CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;\")",
"Bash(npm run:*)"
]
}
}