10/24/2018 · When deploying your app to production you will probably run: composer install –no-dev. Which will trigger php artisan package:discover and will result in an error: PHP Fatal error: Class ‘ LaravelTelescope TelescopeApplicationServiceProvider’ not found in ~/app/Providers/TelescopeServiceProvider.php on line 10.
6/2/2017 · composer remove barryvdh/laravel-debugbar. It is also easy to disable auto-discovery for one or more packages by listing them in a dont-discover portion of your applications composer.json file:, 8/18/2020 · 1. So dont discover the package in composer.json extra: { laravel : { dont-discover : [ laravel /dusk ] } }, 2. Some people swear by the AppServiceProvider fix below, but in my experience it doesnt work. Check which environment exists before loading it in AppServiceProvider, 2/3/2020 · Make sure you dont have laravel/telescope under the dont discover section of your composer.json file (Heroku) Make sure you install the php extension bcmath through composer If entries arent being recorded check the register method of your TelescopeServiceProvider Run $.
9/12/2018 · I am having trouble allowing users to override my package routes. Because the package is auto discovered, I am unable to do the usual fix for this. The desired result is if in the routes->web.php …
Package Auto-Discovery In Laravel 5.5 | by Taylor Otwell …
Package Auto-Discovery In Laravel 5.5 | by Taylor Otwell …
Tips on using Laravel Telescope in Production – Black Deer Dev, Package Auto-Discovery In Laravel 5.5 | by Taylor Otwell …