app->register(TelescopeServiceProvider::class); /* if ($this->app->isLocal()) { $this->app->register(TelescopeServiceProvider::class); } */ } /** * Bootstrap any application services. * * @return void */ public function boot() { // Paginator::useBootstrap(); $this->protectDocumentFolders(); } private function protectDocumentFolders() { $documentsPath = storage_path('documents'); } }