-
Notifications
You must be signed in to change notification settings - Fork 40
docs: updated documentation for MVC component. #245
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
base: 5.x
Are you sure you want to change the base?
Conversation
|
@Teebarh please take a look at the failing build job. It gives you some insights into why you cannot see the MVC item on the menu. |
|
Okay, I'll give it a look. |
|
Hi @Teebarh please review the feedback from @escopecz in the commit here: 5b0b900#r158199455 As I mentioned, this whole section needed to be reviewed and updated while reviewing the Mautic codebase, because we use Twig now instead of PHP views, and a whole lot of stuff has changed (e.g. using dependency injection). So this PR needs to be updated to consider that, and provide the appropriate documentation accordingly. |
|
I'll check it out and revert back accordingly. Thank you, Ruth! |
|
@escopecz @shinde-rahul, can anyone help me to review the content here whenever you have time? TIA! ✨ |
Co-authored-by: John Linhart <jan@linhart.email>
Co-authored-by: John Linhart <jan@linhart.email>
Co-authored-by: John Linhart <jan@linhart.email>
This PR brings over the documentation for the MVC component, updates it to include new additions, and converts the format to reStructuredText (RST).
It addresses issue #99.