Mike de Vrind

Results 2 comments of Mike de Vrind

Did you add the Input facade to your configuration? _extensions.php_ ``` php 'facades' => [ 'Input' => [ 'is_safe' => [ 'get', 'old' ] ], ], ```

A new version would be highly appreciated. Until a new release has been made, you could always build based on the master branch :)