We will use version 2 of laravel-model-metadata library
Last updated 6 days ago
Install the package using Composer:
composer require waad/laravel-model-metadata
Publish the migration files:
php artisan vendor:publish --tag=metadata-migrations
Run the migrations:
php artisan migrate