pmatseykanets / laravel-scout-postgres

PostgreSQL Full Text Search Engine for Laravel Scout
MIT License
159 stars 36 forks source link

Class 'ScoutEngines\Postgres\PostgresEngineServiceProvider' not found #24

Closed Jaspur closed 6 years ago

Jaspur commented 6 years ago

            throw new Exception('The bootstrap/cache directory must be present and writable.');
        }

        $this->files->put(
            $this->manifestPath, '<?php return '.var_export($manifest, true).';'
        );

        return array_merge(['when' => []], $manifest);
    }

    /**
     * Create a new provider instance.
     *
     * @param  string  $provider
     * @return \Illuminate\Support\ServiceProvider
     */
    public function createProvider($provider)
    {
        return new $provider($this->app);
    }
}

Arguments
"Class 'ScoutEngines\Postgres\PostgresEngineServiceProvider' not found"
pmatseykanets commented 6 years ago

It looks like a permission issue on bootstrap/cache directory and most likely has nothing to do with PostgresEngine.

Just in case what are the exact versions of Laravel and laravel-scout-postgres you're using?

pmatseykanets commented 6 years ago

Haven't heard back; therefore closing for now. Feel free to re-open if run into the same issue again.