Where should dependencies live? #2134
Unanswered
l-pitsillos
asked this question in
Q&A
Replies: 1 comment
-
Hi friend, I have the standalone auth module, and other modules that might interest you. I think it could help if you download it and see how I did it; it might clarify things for you. my profile on github: https://github.com/modularavel the auth module: https://github.com/modularavel/auth-module |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to make an Auth module , and want to install
fortifyto it.Doing
composer require laravel/fortifyinstalls the dependency in the module but i cant runphp artisan fortify:installbecause module does not include anartisancommand and if command is run in root of the project dependency will be installed in the root and not in the module.Beta Was this translation helpful? Give feedback.
All reactions