enabel/layout-bundle

Enabel bundle that provide basics layout and helpers

Installs: 1 700

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 5

Forks: 1

Open Issues: 0

Type:symfony-bundle

1.0.18 2024-01-11 09:18 UTC

This package is auto-updated.

Last update: 2024-03-20 15:59:13 UTC


README

License SymfonyInsight

Introduction

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

  • SASS Themes
  • Enabel logo
  • ...

Installation & usage

You can check docs here

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