Closed RishabSwift closed 7 months ago
What do you mean without composer update? In dev mode or in prod mode?
It's a bit of a manual process—maybe I can document it better. Basically, if you want to extract a module out as a package, you're going to lose the auto-discovery, so you'll have to redo all that yourself. So you'd copy all the files to a new git repo and then register your views/commands/etc in your service provider. Then you can use a "path" repository to link to your local copy for local development.
Loving this package so far!
Is there a convention or suggested method to "extract" a module and while symlink is still there for instant development?
Scenario: Supposed I have a "TODO Checklist" module in Project A. Now I want to have the same module in Project B.
Thank you so much