You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an application doesn't have the Input facade alias, the package's input validation will fail with an exception, due to the "Input" class not being resolvable in the IoC. Reliance upon a facade/alias is probably a bad idea for a package, since there's no guarantee they'll be present. Furthermore, Laravel 5.2's default config no longer includes the Input alias (see laravel/laravel@2adbbbd).
The text was updated successfully, but these errors were encountered:
If an application doesn't have the Input facade alias, the package's input validation will fail with an exception, due to the "Input" class not being resolvable in the IoC. Reliance upon a facade/alias is probably a bad idea for a package, since there's no guarantee they'll be present. Furthermore, Laravel 5.2's default config no longer includes the Input alias (see laravel/laravel@2adbbbd).
The text was updated successfully, but these errors were encountered: