melisplatform/melis-platform-framework-symfony-tool-creator

v5.0.1 2022-06-23 05:54 UTC

This package is auto-updated.

Last update: 2024-04-07 09:55:38 UTC


README

This Symfony module makes the business logic of creating Symfony tools

Getting Started

These instructions will get you a copy of the project up and running on your machine.

Prerequisites

You will need to install the following in order to have this module running:

  • melisplatform/melis-platform-framework-symfony

It will automatically be done when using composer.

Installing

Run the composer command:

composer require melisplatform/melis-platform-framework-symfony-tool-creator

Activating the module

Activating this bundle is just the same way you activate your bundle inside symfony application. You just need to include its bundle class to the list of bundles inside symfony application (most probably in bundles.php file).

return [
    //All of the symfony activated bundles here
    Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
    ...
    ...
    etc.
    //Melis Platform Custom Bundles
    MelisPlatformFrameworkSymfonyToolCreator\MelisPlatformFrameworkSymfonyToolCreatorBundle::class => ['all' => true]
];

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the OSL-3.0 License - see the LICENSE