enabel/layout-bundle

Enabel bundle that provide basics layout and helpers

Installs: 2 532

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 5

Forks: 1

Open Issues: 0

Type:symfony-bundle

2.0.2 2024-11-18 10:52 UTC

README

License SymfonyInsight codecov CI

Introduction

The bundle aims to provide basics layout and helper, including:

  • SASS Themes
  • Enabel logo
  • ...

Installation & usage

You can check docs here

Using Symfony Flex, don't forget to add the recipes endpoint:

{
  "extra": {
    "symfony": {
      "endpoint": [
        "https://api.github.com/repos/Enabel/recipes/contents/index.json?ref=flex/main",
        "flex://defaults"
      ],
      "allow-contrib": true
    }
  }
}

Versions & dependencies

The current version of the bundle works with Symfony 6.0+. The project follows SemVer.

You can check the changelog.

Contributing

Feel free to contribute, like sending pull requests to add features/tests or creating issues

Note there are a few helpers to maintain code quality, that you can run using these commands:

composer cs # Code style check
composer stan # Static analysis
composer insight # Code analysis 
composer test # Run tests