Install Versionable via Composer
masterInstall the package using Composer and then run the migrations to set up the necessary database tables.
composer require mpociot/versionable
# Run migrations from the vendor directory
php artisan migrate --path=vendor/mpociot/versionable/src/migrations