Laravel Version: 5.8 Why doesn't https://github.com/laravel/framework/blob/5.8/src/Illuminate/Redis/...
You can use any PHP library in Laravel without a service provider. What the service provider does is...
Make sure you have write access on the storage folder, recursively.
When working with routes double check if those are cached. If so you'll see a routes.php file in boo...
I don't think bootloader is meant to open an external xml document. To mee it seems like jcadima.dev...
You can revert your changes to the .env file. You'll also need to remove the dd($e); later.
The Laravel portal for problem solving, knowledge sharing and community building.