-
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
Documentation improvement #271
Comments
i think it's added when running |
For laravel 5.7 it did not add and did not work until I added it manually.
…On Wed, Oct 31, 2018, 2:38 PM Ahmed Mohamed Abd El Ftah < ***@***.***> wrote:
i think it's added when running php artisan telescope:install
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#271 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFAwMW7_9iJTfs_UpEkpJfp6fKPjj_Klks5uqTdegaJpZM4YCnSS>
.
|
by "did not work" do you mean you couldn't even get to /telescope or that it wasn't recording things? |
By did not work I meant it did not work as expected. When logged in I
visited /telescope and it redirected to 403 unauthorized page. Once I added
above class to the config without any other changes it worked as it
expected.
…On Thu, Nov 1, 2018, 12:24 AM Bill Garrison ***@***.***> wrote:
by "did not work" do you mean you couldn't even get to /telescope or that
it wasn't recording things?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#271 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFAwMf0PcGUi8CSODtTdoOKpd-n2X8GAks5uqcC2gaJpZM4YCnSS>
.
|
Yeah, I don't know why it didn't add that provider class to config/app.php for you but in the three installs I have done so far it did it automatically. I can't reproduce it myself. |
Didn't add it to the file for me either. Only did when I ran on production server. |
Mentioning
For non-local usage authorization, add App\Providers\TelescopeServiceProvider::class to config/app.php
is missing in the documentation.
The text was updated successfully, but these errors were encountered: