tallmancode/settings-bundle

v1.0.2 2022-06-03 07:31 UTC

This package is auto-updated.

Last update: 2024-04-21 05:17:20 UTC


README

An application settings bundle for Symfony 5+ projects, allowing flexable settings with relationships and intergration with Api Platform. This bundle allows you to store and use settings through out an application without hassle.

Installation

The bundle can be installed using Composer or the Symfony binary: composer require tallmancode/settings-bundle Once the bundle has installed create the settings table migration and run the migration

php bin/console make:migration

php bin/console doctrine:migrations:migrate

Full documentaion available at TMC Settings Bundle Docs