endroid / intake-bundle
Endroid Intake Bundle for Symfony
Requires
- php: >=5.4
Requires (Dev)
- phpunit/phpunit: ^4.0|^5.0
This package is not auto-updated.
Last update: 2022-02-01 12:59:46 UTC
README
By endroid
Allows creation, administration and submission of intakes to determine if a user masters a language at a specific level.
Requirements
- Symfony
Installation
Use Composer to install the bundle.
$ composer require endroid/intake-bundle
Then enable the bundle via the kernel.
<?php // app/AppKernel.php public function registerBundles() { $bundles = [ // ... new Endroid\Bundle\Endroid\Bundle\IntakeBundle\EndroidIntakeBundle(), ]; }
Routing
Add the following section to your routing to be able to visit intake URLs.
EndroidIntakeBundle: resource: "@EndroidIntakeBundle/Controller/" type: annotation prefix: /intake
Versioning
Version numbers follow the MAJOR.MINOR.PATCH scheme. Backwards compatibility breaking changes will be kept to a minimum but be aware that these can occur. Lock your dependencies for production and test your code when upgrading.
License
This bundle is under the MIT license. For the full copyright and license information please view the LICENSE file that was distributed with this source code.