Support the ongoing development of Laravel.io →
posted 9 years ago
IOC
Last updated 1 year ago.
0

If you're using namespace you are better of using the psr-4 autoloader.

"autoload": {
    "classmap": [
        "app/commands",
        "app/controllers",
        "app/models",
        "app/database/migrations",
        "app/tests/TestCase.php"
    ],
    "psr-4": {
    		"Custom\\": "app/Custom"
    }
},
Last updated 1 year ago.
0

Sweet thanks!

Last updated 1 year ago.
0

Sign in to participate in this thread!

Full Stack Europe

Your banner here too?

Cmarenburg cmarenburg Joined 25 Feb 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2023 Laravel.io - All rights reserved.