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"
}
},
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community