Support the ongoing development of Laravel.io →
Configuration Security
Last updated 2 years ago.
0

At /public/index.php, because that is the first startup of the framework.

Last updated 2 years ago.
0
Solution

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
    ]
},
Last updated 2 years ago.

einnar82 liked this reply

1

Sign in to participate in this thread!

Eventy

Your banner here too?

yuomtheara yuomtheara Joined 12 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.

© 2024 Laravel.io - All rights reserved.