CScs1.5出现your systemm rep...

laravel 5 - There is no suitable CSPRNG installed on your system - Stack Overflow
Join the Stack Overflow Community
Stack Overflow is a community of 6.8 million programmers, just like you, helping each other.
J it only takes a minute:
I have a problem with my laravel website while I am hosting it to online server it gets an error says
There is no suitable CSPRNG installed on your system
I searched the question. But I found nothing that helps me.
Please if someone know how to handle this problem I will be so grateful. Thank you!
The program is coded with laravel 5 and php 7
10.5k64070
I also got surprised by this error after upgrading Symfony. Try this article, the first solution fortunately worked for me:
Although you're not using directly this library, add it to your composer.json as a dependency. Require random_compat with the specific version 1.4:
"require": {
"paragonie/random_compat": "~1.4"
Then run composer install (or composer-update if you're already using this library) and try to run your project again. If it didn't work try downgrading to 1.3, if it doesn't work neither, then i hope you have the rights to modify PHP settings in your server and go to the next possible solution.
10.5k64070
Have you tried these links
Seems like you are facing a similar issue.
Sorry for answering, and not commenting. I don't have enough reputation yet to comment!
Your Answer
Sign up or
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Post as a guest
By posting your answer, you agree to the
Not the answer you're looking for?
Browse other questions tagged
rev .25334
Stack Overflow works best with JavaScript enabled

参考资料

 

随机推荐