laravel-schema icon indicating copy to clipboard operation
laravel-schema copied to clipboard

Call to undefined method

Open vaughany opened this issue 8 years ago • 0 comments

Hi there. Just installed your package (version 2.0.3) as per the instructions and received the following error when running schema:monitor:

vaughany@laptop:/var/www/html/projects/l5.5$ php artisan schema:monitor
Fetching (1):

[Symfony\Component\Debug\Exception\FatalThrowableError]
Call to undefined method Thedevsaddam\LaravelSchema\Schema\Wrapper\PostgresWrapper::showDatabaseStatus()

I'm using Laravel 5.5 (fresh install) and PHP 7.1.

vaughany avatar Sep 01 '17 09:09 vaughany