You only really need to make Laravel/composer aware of new folders. If you create a new folder... Foo... To hold certain files required by your set up, then you need to specify that folder so composer knows about it. It that case, you'd tell Compaser using PSR and then run composer update. This way the system then has knowledge about your stucture.
It's kinda like a refresh for your browser... In simple terms ;-)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community