We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8de480 commit a09ed8eCopy full SHA for a09ed8e
composer.json
@@ -39,9 +39,12 @@
39
"Lib\\": "lib/",
40
"App\\": "app/",
41
"Config\\": "config/",
42
+ "App\\Http\\": "app/http/",
43
"App\\Views\\": "app/views/",
44
"App\\Utils\\": "app/utils/",
45
"App\\Models\\": "app/models/",
46
+ "App\\Scripts\\": "app/cripts/",
47
+ "App\\Workers\\": "app/workers/",
48
"App\\Console\\": "app/console/",
49
"App\\Helpers\\": "app/helpers/",
50
"App\\Services\\": "app/services/",
0 commit comments