-
Notifications
You must be signed in to change notification settings - Fork 590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TelescopeServiceProvider not registered in config/app.php #500
Comments
Look closer. If it's working then it's registered. |
I installed it on a fresh Laravel install just now, and confirmed that it was working. Here's my Like I said, it's not registered. |
I even posted a question on Stack overflow here |
@themsaid with all due respect, just because others are unable to reproduce the bug, doesn't mean it doesn't exist. I'm willing to troubleshoot with you. |
When you run |
Yes, the |
In
you can start from there to understand what's going on. |
I tried running it in
Any other suggestions? |
Please try laracasts.com forum for help. |
Using Laravel 5.7.17.
On a fresh install, when I run
composer require laravel/telescope
, followed byphp artisan telescope:install
, I don't see theTelescopeServiceProvider
provider registered in my app.php file. After migrating the database, the/telescope
route works just fine, though I'm unable to figure out why it doesn't register itself in the config file, because the documentation states that it should.OS: Windows 10
The text was updated successfully, but these errors were encountered: