├── CHANGELOG.md ├── LICENSE.md ├── README.md ├── composer.json └── src └── ModelRouteValidator.php /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/illuminatech/model-route/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/illuminatech/model-route/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/illuminatech/model-route/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/illuminatech/model-route/HEAD/composer.json -------------------------------------------------------------------------------- /src/ModelRouteValidator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/illuminatech/model-route/HEAD/src/ModelRouteValidator.php --------------------------------------------------------------------------------