Currently I have the newest version of Laravel installed ( 5.5.* ). And recently tried some packages to install. All packages didn't work with auto discover until I figure out it only worked when you visit the website by serving it via artisan.
Now I disabled auto discover via "dont-discover": ["*"]
and added the service provider to my app.php file and it still doesn't work.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community