Tin Ly

Results 6 comments of Tin Ly

Yeah, I use laravel version 5.4 and PHP version 5.6.36. "ignasbernotas/laravel-model-generator" package is OK. I'll try one more time.

As it would seem, when I run command: "php artisan code:models", it did not use database from .env, it used another database (that is "furnicom"). Do I need to config...

Yes, I config my database in .env and `?:option?` is in another database (furnicom). It's very strange, because I config like that but I use "ignasbernotas/laravel-model-generator" package is OK. I...

My question: How to connect redis with only password? I try REDIS_BACKEND=redis://pass@host:port but it is not working

I try REDIS_BACKEND=redis://:pass@host:port but it is not working