fix modules and FileUpload class

This commit is contained in:
2024-09-10 15:45:12 +03:00
parent fa8fb69f19
commit 89b6f1ac8c
10 changed files with 139 additions and 112 deletions

View File

@ -3,8 +3,8 @@
"description": "Implementation of Database Queries with illuminate and Eloquent",
"type": "project",
"require": {
"illuminate/database": "^11.21",
"illuminate/filesystem": "^11.21",
"illuminate/database": "11.21",
"illuminate/filesystem": "11.21",
"craft-group/phroute": "^2.1",
"vlucas/phpdotenv": "^5.6",
"twig/twig": "^3.0",