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

Commits on May 6, 2023

  1. Chore: tests

    - 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 committed May 6, 2023
    Configuration menu
    Copy the full SHA
    49b2cea View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. 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;
    OleksiiBulba committed May 7, 2023
    Configuration menu
    Copy the full SHA
    cfe6aa8 View commit details
    Browse the repository at this point in the history