Created
June 13, 2017 21:50
-
-
Save antoniojps/80441873479296168ada0ca6e5efcd07 to your computer and use it in GitHub Desktop.
Composer Namespaces Autoload
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace Bioliving\Database; | |
// Depois atualizar o composer.json com: | |
"autoload": { | |
"psr-4": { | |
"Bioliving\\": "src/config" | |
} | |
} | |
// Correr o comando: | |
composer dump-autoload -o | |
// Feito! Ver https://youtu.be/VGSerlMoIrY?t=515 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment