loadsman/symfony-plugin

Symfony plugin for Loadsman

0.0.1 2017-03-03 11:30 UTC

This package is not auto-updated.

Last update: 2024-04-13 23:05:39 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