Search code examples
laravellaravel-artisanrevisionable

Laravel VentureCraft/revisionable error migration table


I have a problem with install VentureCraft/revisionable in Laravel. When I trying use this command:

php artisan migrate --package=venturecraft/revisionable

Artisan returned error:

[Symfony\Component\Console\Exception\RuntimeException] The "--package" does not exist.

I using Laravel version 5.2


Solution

  • Simply, you can migrate by:

    php artisan migrate --path=vendor/venturecraft/revisionable/src/migrations