Ybazli / faker

Persian faker package for laravel
MIT License
71 stars 11 forks source link

Call to undefined function Ybazli\Faker\str_random() #13

Closed alirezajavanmardi closed 3 years ago

alirezajavanmardi commented 4 years ago

Call to undefined function Ybazli\Faker\str_random() when i want to run my seeders bunch of errors come to me . this is one of them . why are these happening ?

Ybazli commented 4 years ago

in the laravel 7+ the str_random helper was deleted and can callable with Str facade. I'm working on version 2 of this package and will fix this issue in the new version. Feel free to send a pull request for this issue. example code for str_random function helper is: Str::random(); Thanks for your feedback. :)