DivineOmega / laravel-password-exposed-validation-rule

🔒 Laravel validation rule that checks if a password has been exposed in a data breach.
GNU Lesser General Public License v3.0
89 stars 29 forks source link

ca-certs.json not found in data directory #14

Closed SreejithEzhakkad closed 5 years ago

SreejithEzhakkad commented 5 years ago

I am getting the following error(Screenshot attached),

image

Thanks in advance!.

DivineOmega commented 5 years ago

I believe this is the same as https://github.com/DivineOmega/password_exposed/issues/20.

SreejithEzhakkad commented 5 years ago

Yes, Did you find any solution to fix this?

DivineOmega commented 5 years ago

Have you tried running chmod +w vendor/DivineOmega/password_exposed/bundles from the root of your project as suggested by @paragonie-scott in https://github.com/DivineOmega/password_exposed/issues/20#issuecomment-448592922?

DivineOmega commented 5 years ago

Closing due to inactivity.