At /public/index.php, because that is the first startup of the framework.
you can also load a new file with Composer
"autoload": {
"psr-4": {
"Uberous\\": "app/Uberous/"
},
"classmap": [
"app/commands",
"app/controllers",
"app/database/migrations",
"app/database/seeds",
"app/tests/TestCase.php"
],
"files": [
"app/phpsettings.php" // new file
]
},
einnar82 liked this reply
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community