spm.hisglobal.com.tr Open in urlscan Pro
172.67.215.23  Public Scan

URL: https://spm.hisglobal.com.tr/
Submission: On September 27 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

SYMFONY EXCEPTION

Symfony Docs


ERROR


HTTP 500 INTERNAL SERVER ERROR


CLASS "HEDII\ARTISANLOGCLEANER\ARTISANLOGCLEANERSERVICEPROVIDER" NOT FOUND


Exception Stack Trace


EXCEPTION


ERROR

in
/home/hisglobalcom/public_html/spm.hisglobal.com.tr/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php
(line 206)
 201.      * @param  string  $provider
 202.      * @return \Illuminate\Support\ServiceProvider
 203.      */
 204.     public function createProvider($provider)
 205.     {
 206.         return new $provider($this->app);
 207.     }
 208. }
 209. 

in
/home/hisglobalcom/public_html/spm.hisglobal.com.tr/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php
-> createProvider (line 142)
 137.         // the application so we can compare it on each request to the service
 138.         // and determine if the manifest should be recompiled or is current.
 139.         $manifest = $this->freshManifest($providers);
 140. 
 141.         foreach ($providers as $provider) {
 142.             $instance = $this->createProvider($provider);
 143. 
 144.             // When recompiling the service manifest, we will spin through each of the
 145.             // providers and check if it's a deferred provider or not. If so we'll
 146.             // add it's provided services to the manifest and note the provider.
 147.             if ($instance->isDeferred()) {

in
/home/hisglobalcom/public_html/spm.hisglobal.com.tr/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php
-> compileManifest (line 61)
 56. 
 57.         // First we will load the service manifest, which contains information on all
 58.         // service providers registered with the application and which services it
 59.         // provides. This is used to know which services are "deferred" loaders.
 60.         if ($this->shouldRecompile($manifest, $providers)) {
 61.             $manifest = $this->compileManifest($providers);
 62.         }
 63. 
 64.         // Next, we will register events to load the providers for each of the events
 65.         // that it has requested. This allows the service provider to defer itself
 66.         // while still getting automatically loaded when a certain event occurs.

in
/home/hisglobalcom/public_html/spm.hisglobal.com.tr/vendor/laravel/framework/src/Illuminate/Foundation/Application.php
-> load (line 765)
 760.                         ->partition(fn ($provider) => str_starts_with($provider, 'Illuminate\\'));
 761. 
 762.         $providers->splice(1, 0, [$this->make(PackageManifest::class)->providers()]);
 763. 
 764.         (new ProviderRepository($this, new Filesystem, $this->getCachedServicesPath()))
 765.                     ->load($providers->collapse()->toArray());
 766.     }
 767. 
 768.     /**
 769.      * Register a service provider with the application.
 770.      *

in
/home/hisglobalcom/public_html/spm.hisglobal.com.tr/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterProviders.php
-> registerConfiguredProviders (line 17)
 12.      * @param  \Illuminate\Contracts\Foundation\Application  $app
 13.      * @return void
 14.      */
 15.     public function bootstrap(Application $app)
 16.     {
 17.         $app->registerConfiguredProviders();
 18.     }
 19. }
 20. 

in
/home/hisglobalcom/public_html/spm.hisglobal.com.tr/vendor/laravel/framework/src/Illuminate/Foundation/Application.php
-> bootstrap (line 263)
 258.         $this->hasBeenBootstrapped = true;
 259. 
 260.         foreach ($bootstrappers as $bootstrapper) {
 261.             $this['events']->dispatch('bootstrapping: '.$bootstrapper, [$this]);
 262. 
 263.             $this->make($bootstrapper)->bootstrap($this);
 264. 
 265.             $this['events']->dispatch('bootstrapped: '.$bootstrapper, [$this]);
 266.         }
 267.     }
 268. 

in
/home/hisglobalcom/public_html/spm.hisglobal.com.tr/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
-> bootstrapWith (line 186)
 181.      * @return void
 182.      */
 183.     public function bootstrap()
 184.     {
 185.         if (! $this->app->hasBeenBootstrapped()) {
 186.             $this->app->bootstrapWith($this->bootstrappers());
 187.         }
 188.     }
 189. 
 190.     /**
 191.      * Get the route dispatcher callback.

in
/home/hisglobalcom/public_html/spm.hisglobal.com.tr/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
-> bootstrap (line 170)
 165.     {
 166.         $this->app->instance('request', $request);
 167. 
 168.         Facade::clearResolvedInstance('request');
 169. 
 170.         $this->bootstrap();
 171. 
 172.         return (new Pipeline($this->app))
 173.                     ->send($request)
 174.                     ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
 175.                     ->then($this->dispatchToRouter());

in
/home/hisglobalcom/public_html/spm.hisglobal.com.tr/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
-> sendRequestThroughRouter (line 144)
 139.         $this->requestStartedAt = Carbon::now();
 140. 
 141.         try {
 142.             $request->enableHttpMethodParameterOverride();
 143. 
 144.             $response = $this->sendRequestThroughRouter($request);
 145.         } catch (Throwable $e) {
 146.             $this->reportException($e);
 147. 
 148.             $response = $this->renderException($request, $e);
 149.         }

Kernel->handle() in
/home/hisglobalcom/public_html/spm.hisglobal.com.tr/public/index.php (line 63)
 58. 
 59. $app = require_once __DIR__.'/../bootstrap/app.php';
 60. 
 61. $kernel = $app->make(Kernel::class);
 62. 
 63. $response = tap($kernel->handle(
 64.     $request = Request::capture()
 65. ))->send();
 66. 
 67. $kernel->terminate($request, $response);
 68. 


STACK TRACE

Error

Error:
Class "Hedii\ArtisanLogCleaner\ArtisanLogCleanerServiceProvider" not found

  at /home/hisglobalcom/public_html/spm.hisglobal.com.tr/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php:206
  at Illuminate\Foundation\ProviderRepository->createProvider()
     (/home/hisglobalcom/public_html/spm.hisglobal.com.tr/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php:142)
  at Illuminate\Foundation\ProviderRepository->compileManifest()
     (/home/hisglobalcom/public_html/spm.hisglobal.com.tr/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php:61)
  at Illuminate\Foundation\ProviderRepository->load()
     (/home/hisglobalcom/public_html/spm.hisglobal.com.tr/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:765)
  at Illuminate\Foundation\Application->registerConfiguredProviders()
     (/home/hisglobalcom/public_html/spm.hisglobal.com.tr/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterProviders.php:17)
  at Illuminate\Foundation\Bootstrap\RegisterProviders->bootstrap()
     (/home/hisglobalcom/public_html/spm.hisglobal.com.tr/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:263)
  at Illuminate\Foundation\Application->bootstrapWith()
     (/home/hisglobalcom/public_html/spm.hisglobal.com.tr/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:186)
  at Illuminate\Foundation\Http\Kernel->bootstrap()
     (/home/hisglobalcom/public_html/spm.hisglobal.com.tr/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:170)
  at Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter()
     (/home/hisglobalcom/public_html/spm.hisglobal.com.tr/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:144)
  at Illuminate\Foundation\Http\Kernel->handle()
     (/home/hisglobalcom/public_html/spm.hisglobal.com.tr/public/index.php:63)