-
Notifications
You must be signed in to change notification settings - Fork 27
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
Not working with php 8.0 #25
Comments
Hi @manadinho what error are you seeing? Can you share? |
Thanks @worzy for the reply. here is what I am seeing in console.. |
And if i remove composer.lock than it gives this error: [InvalidArgumentException] |
with php8 and laravel 9 i get this error, any ideas? Importer::make('Csv')->load(storage_path('app') . $reportName)->getCollection(); syntax error, unexpected identifier "reader", expecting variable |
Confirming. It does not install on PHP8 and Laravel 9
|
How about you guys cut a release with this commit in it? That or deprecate a dead project |
I am trying to upgrade laravel application from php 7.3 to php 8.0. And I am facing this error.
The text was updated successfully, but these errors were encountered: