From bac7595f02835ae2d35953a2c9ba039592ed8a94 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 30 Jan 2018 08:38:49 -0600 Subject: [PATCH] add hashing config --- config/hashing.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 config/hashing.php diff --git a/config/hashing.php b/config/hashing.php new file mode 100644 index 00000000..f929cf0c --- /dev/null +++ b/config/hashing.php @@ -0,0 +1,20 @@ + 'bcrypt', + +];