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
{{ message }}
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
I'm getting this error after running composer require fruitcake/laravel-cors in Laravel 7 (7.30.6 to be exact)
Problem 1
- Root composer.json requires fruitcake/laravel-cors ^3.0 -> satisfiable by fruitcake/laravel-cors[v3.0.0, 3.0.x-dev].
- fruitcake/laravel-cors[v3.0.0, ..., 3.0.x-dev] require fruitcake/php-cors ^1.2 -> could not be found in any version, there may be a typo in the package name.
I did tried the uninstall-reinstall pattern but didn't work.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm getting this error after running
composer require fruitcake/laravel-cors
in Laravel 7 (7.30.6 to be exact)I did tried the uninstall-reinstall pattern but didn't work.
The text was updated successfully, but these errors were encountered: