Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement custom RegistrationController #2845

Closed
manatech opened this issue Apr 7, 2020 · 2 comments
Closed

Implement custom RegistrationController #2845

manatech opened this issue Apr 7, 2020 · 2 comments
Labels
Done When enhancement is done.

Comments

@manatech
Copy link

manatech commented Apr 7, 2020

Hi.
How can I implement my own RegisterationController and replace it with the default Bagisto's Controller without touching the core?

@ghermans
Copy link
Contributor

ghermans commented Apr 8, 2020

You can create a custom package for this https://devdocs.bagisto.com/create_package.html#how-to-create-package

@rahulcs0082
Copy link
Contributor

Hi @manatech

As @ghermans suggested, create your package and in this package, create the same name route which calls your controller.
By this way, your controller will be called for the given route.

@shubhwebkul shubhwebkul added Bug Fixed When bug issue is fixed. Done When enhancement is done. and removed Bug Fixed When bug issue is fixed. labels Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Done When enhancement is done.
Projects
None yet
Development

No branches or pull requests

5 participants