Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How me fix error "Class 'Input' not found" #200

Closed
SHRV24 opened this issue Dec 5, 2018 · 3 comments
Closed

How me fix error "Class 'Input' not found" #200

SHRV24 opened this issue Dec 5, 2018 · 3 comments

Comments

@SHRV24
Copy link

SHRV24 commented Dec 5, 2018

Hello. I installed this package and showing me error "Class 'Input' not found" in file D:\OSPanel\domains\laravelstudy.loc\vendor\nayjest\grids\src\GridInputProcessor.php. Please help me fix the error. Thanks.

@jigs1212
Copy link

Have u added Input alias in config/app.php
'Input' => Illuminate\Support\Facades\Input::class,

@Nayjest
Copy link
Owner

Nayjest commented Dec 2, 2019

Guys, are they removed Input class alias from Laravel by default?
If so, I think we need to replace alias usage to full quantified class name.
Sorry, I'm not watching Laravel changes last years.

If somebody wants to help with pull request, you are welcome.

Nayjest added a commit that referenced this issue Apr 16, 2020
Fix issue #200 - address deprecated Input facade for Laravel version 6 and up, with 4.2 fallback
@Nayjest
Copy link
Owner

Nayjest commented Apr 16, 2020

Fixed in PR 217
#217
Thanks to @enoonan
Released in v2.0.2

@Nayjest Nayjest closed this as completed Apr 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants