Download the PHP package pm-connect/laravel-param-converter without Composer
On this page you can find all versions of the php package pm-connect/laravel-param-converter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pm-connect/laravel-param-converter
More information about pm-connect/laravel-param-converter
Files in pm-connect/laravel-param-converter
Package laravel-param-converter
Short Description Symfony param converters working in Laravel.
License MIT
Informations about the package laravel-param-converter
Laravel Param Converter
Gets the Symfony @ParamConverter
annotation working within Laravel 5.3+.
Installation
Install using composer.
Setup
Setup is extremely simple, just add the service provider to your app.php
config.
You can also publish the config so you can add your own param converters.
Annotation Registry Loader
Depending on the setup you have, you may need to setup doctrines AnnotationRegistry
class and tell it how to autoload classes.
This can be done by adding the following into a boot
method of a service provider.
Custom Converters
See the Symfony docs for how to create custom converters here.
Once created, just add the class to the param-converter.php
config file (as long as you have published your config!) and away you go.
All versions of laravel-param-converter with dependencies
sensio/framework-extra-bundle Version ~3.0|~4.0|~5.0
illuminate/support Version 5.3.x|5.4.x|5.5.x|5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0
illuminate/container Version 5.3.x|5.4.x|5.5.x|5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0
illuminate/config Version 5.3.x|5.4.x|5.5.x|5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0
illuminate/http Version 5.3.x|5.4.x|5.5.x|5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0
illuminate/routing Version 5.3.x|5.4.x|5.5.x|5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0
laravel/helpers Version ^1.0
doctrine/annotations Version ~1