roots / acorn

Laravel components for WordPress plugins and themes
https://roots.io/acorn/
MIT License
825 stars 94 forks source link

Add Hashing support #413

Open KIKOmanasijev opened 2 weeks ago

KIKOmanasijev commented 2 weeks ago

This PR enables the Hash facade.

Bcrpyt and argon are available as hashing drivers.

Log1x commented 2 weeks ago

Thanks for the PR!

We should be able to just require in illuminate/hashing and load the provider. The Illuminate/Foundation folder is a mirror of https://github.com/laravel/framework/tree/11.x/src/Illuminate/Foundation and gets updated using a script.