-
Notifications
You must be signed in to change notification settings - Fork 91
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
Script @php artisan package:discover handling the post-autoload-dump event returned with error code 1 #45
Comments
Getting the same error as well upon updating and found out that it is caused by this package. Removing this packaged fixed it but obviously, I need this package to work.
This only happen with version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
composer require benwilkins/laravel-fcm-notification:dev-master
After running this command it will crash my project
After that composer dump-autoload is also stopped working.
FYI: This is run in Xampp, Laravel version is 5.6, PHP Version 7.1.18
Let me know if any solution for this. because it will crash my whole project. :(
Thanks
The text was updated successfully, but these errors were encountered: