Class "App\Models\BlindIndex" not found issue #17
-
I am getting the following error when trying to update the users emails.
The only way I have found to sort this is changing the code to the following.
Is there something I am missing? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I've been trying this locally in laragon environment. I found that I needed to do as you pointed out below. After I did this, however I got the following exception: What I found fixed this, was making sure that the sodium extension is enabled for php. Restart apache and it worked. For anyone that encounters the same issue. |
Beta Was this translation helpful? Give feedback.
-
Adding |
Beta Was this translation helpful? Give feedback.
Adding
use ParagonIE\CipherSweet\BlindIndex;
to the top of the file worked for me.