moeen-basra / laravel-react

Laravel 8 and React 17 boilerplate

Home Page:http://laravel-react.moeen.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Call to undefined function str_random()

DarylAranha opened this issue · comments

Error:
Symfony\Component\Debug\Exception\FatalThrowableError : Call to undefined function str_random()
line: laravel-react/database/seeds/UsersTableSeeder.php:21

How to reproduce:
run: php artisan cron:refresh-database

Solution:
https://stackoverflow.com/a/58163479/8550661