Installation

We will use version 2 of laravel-model-metadata library

  1. Install the package using Composer:

    composer require waad/laravel-model-metadata
  2. Publish the migration files:

    php artisan vendor:publish --tag=metadata-migrations
  3. Run the migrations:

    php artisan migrate

Metadata in Github

Last updated