Skip to content

Commit

Permalink
chore: remove telescope (#2365)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Jan 29, 2019
1 parent e58521b commit d0b5223
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 92,997 deletions.
4 changes: 0 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ APP_ENV=local
# to false.
APP_DEBUG=false

# Enable Laravel Telescope https://laravel.com/docs/5.7/telescope
# default: false
TELESCOPE_ENABLED=false

# The encryption key. This is the most important part of the application. Keep
# this secure otherwise, everyone will be able to access your application.
# Must be 32 characters long exactly.
Expand Down
1 change: 0 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ New features:

* Support CalDAV to export the collection of birthdays (breaking change: url of CardDAV is '/dav' now)
* Add a page in settings to display all DAV resources
* Add Laravel Telescope (deactivated by default)
* Add notion of instance administrator for a user
* Add ability to name u2f security keys and to delete register ones
* Add ability to add a comment when rating your day in the journal
Expand Down
3 changes: 0 additions & 3 deletions app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ public function boot()
*/
public function register()
{
if (config('telescope.enabled')) {
$this->app->register(TelescopeServiceProvider::class);
}
}

/**
Expand Down
66 changes: 0 additions & 66 deletions app/Providers/TelescopeServiceProvider.php

This file was deleted.

1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"laravel/framework": "5.7.*",
"laravel/passport": "^7.0",
"laravel/socialite": "^4.0",
"laravel/telescope": "^1.0",
"laravel/tinker": "^1.0",
"league/flysystem-aws-s3-v3": "~1.0",
"league/flysystem-cached-adapter": "^1.0",
Expand Down
118 changes: 3 additions & 115 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

133 changes: 0 additions & 133 deletions config/telescope.php

This file was deleted.

Loading

0 comments on commit d0b5223

Please sign in to comment.