loadsman/symfony-plugin

Symfony plugin for Loadsman

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/loadsman/symfony-plugin

0.0.1 2017-03-03 11:30 UTC

This package is not auto-updated.

Last update: 2025-09-28 06:26:48 UTC


README

Chat

Installation

  1. Require this package with composer:
composer require loadsman/symfony-plugin
  1. Add LoadsmanSymfonyBundle to AppKernel as dev bundle. Like this:
if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {
    // ...
    new \Loadsman\SymfonyPlugin\LoadsmanSymfonyBundle(),
}
  1. Then add routes to routing_dev.yml:
loadsman-symfony:
    resource: "@LoadsmanSymfonyBundle/Controller/"
    type:     annotation

Licence

MIT