Skip to content

Instantly share code, notes, and snippets.

@cursosdesarrolloweb
Created July 18, 2021 09:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cursosdesarrolloweb/5f61d0368427b7ee36d819e84421c9b0 to your computer and use it in GitHub Desktop.
Save cursosdesarrolloweb/5f61d0368427b7ee36d819e84421c9b0 to your computer and use it in GitHub Desktop.
"autoload": {
"psr-4": {
"App\\": "app/",
"Database\\Factories\\": "database/factories/",
"Database\\Seeders\\": "database/seeders/",
"Modules\\": "Modules/" // añade esto
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment