-
-
Notifications
You must be signed in to change notification settings - Fork 761
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
Installation in error with Laravel 9 #1476
Comments
Support for laravel 9 got added in version 8.0. Try installing using: |
[InvalidArgumentException] |
On windows you need to ignore ext-pcntl: |
It work ! Thanks a lot |
On V7 laravel-backup/src/Commands/BaseCommand.php Lines 17 to 19 in ce99f8a
|
Fixed on 8.0.2 |
http@http:~/Desktop/socketImplementation$ composer require beyondcode/laravel-websockets -W Problem 1 You can also try re-running composer require with an explicit version constraint, e.g. "composer require beyondcode/laravel-websockets:*" to figure out if any version is installable, or "composer require beyondcode/laravel-websockets:^2.1" if you know which you need. Installation failed, reverting ./composer.json and ./composer.lock to their original content. How i solve this error in laravel 11 |
Environment :
Windows 10
PHP 8.1.2
Composer : 2.2.6
Node : 16.14.0
Npm : 6.14.5
Laravel : 9
Laravel framework : 9.0.1
When I run the following command on a clean installation :
composer require spatie/laravel-backup
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
The text was updated successfully, but these errors were encountered: