création du projet laravel et création de la base de donnée

This commit is contained in:
Luka COUTANT
2025-06-10 14:06:48 +02:00
parent bdcb23b753
commit e9e9bc2ae6
67 changed files with 13748 additions and 0 deletions

23
laravel/.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
/.phpunit.cache
/node_modules
/public/build
/public/hot
/public/storage
/storage/*.key
/storage/pail
/vendor
.env
.env.backup
.env.production
.phpactor.json
.phpunit.result.cache
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
/auth.json
/.fleet
/.idea
/.nova
/.vscode
/.zed