Local is working fine but on live i am getting error
javeedrahman opened this issue · 2 comments
javeedrahman commented
I am getting following error
"message": "Argument 1 passed to GrahamCampbell\Manager\AbstractManager::makeConnection() must be of the type string, null given,
This is only one server.
Please help.
vinkla commented
If it works locally but not on your production server then it is probably an issue with your server.
javeedrahman commented
I have used this https://github.com/vinkla/hashids instead of laravel package.
core PHP is working fine.
Thank you @vinkla