mewebstudio / captcha

Captcha for Laravel 5/6/7/8/9/10/11
MIT License
2.46k stars 452 forks source link

How to use on inertiajs laravel #288

Open beiaduo opened 7 months ago

beiaduo commented 7 months ago

How to use on inertiajs laravel

Xanyone commented 7 months ago

Use Composer

beiaduo commented 7 months ago

composer require mews/captcha

./composer.json has been updated Running composer update mews/captcha Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.

Problem 1

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions. You can also try re-running composer require with an explicit version constraint, e.g. "composer require mews/captcha:*" to figure out if any version is installable, or "composer require mews/captcha:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.