Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter4 Attribute Routes
#10

Remove App namespace in composer.json autoload.psr-4.

Code:
--- a/composer.json
+++ b/composer.json
@@ -18,10 +18,6 @@
        "ext-fileinfo": "Improves mime type detection for files"
    },
    "autoload": {
-        "psr-4": {
-            "App\\": "app",
-            "Config\\": "app/Config"
-        },
        "exclude-from-classmap": [
            "**/Database/Migrations/**"
        ]
Reply


Messages In This Thread
CodeIgniter4 Attribute Routes - by kenjis - 01-17-2022, 11:41 PM
RE: CodeIgniter4 Attribute Routes - by kenjis - 01-26-2022, 08:01 PM
RE: CodeIgniter4 Attribute Routes - by kenjis - 01-26-2022, 09:38 PM
RE: CodeIgniter4 Attribute Routes - by kenjis - 02-12-2022, 07:32 PM
RE: CodeIgniter4 Attribute Routes - by vyatka - 06-14-2022, 06:58 AM
RE: CodeIgniter4 Attribute Routes - by kenjis - 06-14-2022, 11:38 PM
RE: CodeIgniter4 Attribute Routes - by vyatka - 06-15-2022, 12:20 PM
RE: CodeIgniter4 Attribute Routes - by MGatner - 06-16-2022, 04:26 AM
RE: CodeIgniter4 Attribute Routes - by vyatka - 06-16-2022, 01:35 PM
RE: CodeIgniter4 Attribute Routes - by kenjis - 06-16-2022, 10:13 PM
RE: CodeIgniter4 Attribute Routes - by vyatka - 06-17-2022, 01:20 AM
RE: CodeIgniter4 Attribute Routes - by plaztic - 07-05-2022, 10:43 AM
RE: CodeIgniter4 Attribute Routes - by kenjis - 02-12-2023, 01:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB