Getting Started

Introduction

Welcome to IDMarinas Template Bundle Documentation.

Welcome to IDMarinas Template Bundle, a base template for creating your Symfony Bundle.

What is IDMarinas Template Bundle?

IDMarinas Template Bundle is a ready-to-use template; most of the configuration is already done.

I use this template when creating my other Bundles, including:

IDMarinas Advertising Bundle

IDMarinas Advertising Bundle

IDMarinas Advertising Bundle

IDMarinas Seo Bundle

Key Features

This template includes a variety of features designed to streamline the creation of Bundles:

  • Documentation Pre-designed and structured documentation to document the Bundle (what you are reading right now). via Docus
  • Github Actions
    • Docs This workflow will create the documentation and publish it on GitHub Pages every time a release is made or it is activated manually.
    • Labeler This workflow will triage pull requests and apply a label based on the paths that are modified in the pull request.
    • PHP This workflow runs the tests on different versions of PHP and Symfony, creating a job for each combination of PHP and Symfony versions.
  • Test A structure for Bundle Tests, with some already built as examples, but functional.