Laravel Version: 5.8 Why doesn't https://github.com/laravel/framework/blob/5.8/src/Illuminate/Redis/...
Not sure why it doesn't load the environment variables. Let's hack through to get the exception. Go...
Getting environment variables to work can often be tricky. Try one more. Change APP_ENV to 'somethin...
In production environments the config gets cached. If I remember correctly the file is in bootstrap/...
If you track the number of views and downloads by simply having a 'counter' in the database it's imp...
I think this will be reaaaaaly slow. You might try it the other way around. // Fetch tags first and...
The Laravel portal for problem solving, knowledge sharing and community building.