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

Feature: Blog plugin example #2

Merged
merged 2 commits into from
May 8, 2023
Merged

Feature: Blog plugin example #2

merged 2 commits into from
May 8, 2023

Conversation

OleksiiBulba
Copy link
Member

This MR introduces a basic Blog plugin.

Here is an index page:
image

Feature: Blog plugin example

  • Renamed Acme plugin to BlogPlugin;
  • Added TwigTemplatePluginInterface to BlogPlugin;
  • Added IndexController that renders index page using TwigFacade;
  • Created base.html.twig with basic html5 page twig template;
  • Create index.html.twig with index page twig template;
  • Fixed env variable BASE_PATH;

! This MR is started from chore/test-tools-update !

- Added .editorconfig for better file intend;
- Added yarn.lock;
- Moved phpstan, psalm and php-cs-fixer to separate folders in tests/tools;
- Updated phpunit/phpunit to 10 version;
- Updated phpunit.xml file;
- Updated .gitignore file;
- Updated php.yml CI/CD
@OleksiiBulba OleksiiBulba self-assigned this May 7, 2023
@OleksiiBulba OleksiiBulba added the enhancement New feature or request label May 7, 2023
- Renamed Acme plugin to BlogPlugin;
- Added TwigTemplatePluginInterface to BlogPlugin;
- Added IndexController that renders index page using TwigFacade;
- Created base.html.twig with basic html5 page twig template;
- Create index.html.twig with index page twig template;
- Fixed env variable BASE_PATH;
@Asisyas Asisyas merged commit af6ed01 into master May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants