jsp/utilities

uuid entity functionality

0.1.15 2020-05-08 14:56 UTC

This package is auto-updated.

Last update: 2024-04-09 00:26:43 UTC


README

(c) 2019 by John_Sear

Library

This is a Library for the JohnSear Symfony Bundles to use in your symfony application.
Be sure you are using symfony version 4.4.

This Bundle is still in Development. Some things can be broken ;-)

Installation

via CLI

Run `composer require jsp/utilities:"0.1.*"` command in cli to install source with Version 0.1

composer.json

Add following to your symfony application composer json file:

{
  "require": {
    "jsp/utilities": "0.1.*"
  }
}

Configuration

Register all Services

For now, all services must be auto wired via the services.yaml.

Add following Lines at the end of `config\services.yaml`

services:

    # ..

    # add more service definitions when explicit configuration is needed
    # please note that last definitions always *replace* previous ones

    JohnSear\Utilities\:
        resource: '../vendor/jsp/utilities/*'
# ..

Additional Documentation

Further Documentation, i.e. Uuid Configuration, can be found here