You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactors our generator to depend on a configuration adapter
Previously the generator was aware of the illuminate configuration
contract, which made it difficult to use multiple signed request
configurations in a single project. With the addition of the
configuration adapters we can now have many implementations
of configurations.
0 commit comments