Connection refused
-
I am getting this error on the installer but I have tripled checked everything and everything is correct.
Anyway around this?
I also tried to php artisan migrate but got
In cache.php line 103:
Call to undefined function str_slug()Would it be better just to go with another package?
-
-
PHP Version 7.3.8
-
Hi @LocalPros
I think, you are using laravel 6 and our project does not support laravel 6 right now.
Kindly run this at root of project -
composer require laravel/helpers
still issue occur then use laravel 5.6.
Thanks