Skip to content

This package is for the metadata of different Laravel projects.

License

Notifications You must be signed in to change notification settings

MajidMohammadian/metadata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metadata for laravel

This package is for the metadata of different Laravel projects.

Install via composer

Run the following command to pull in the latest version:

composer require jobmetric/metadata

Add service provider

Add the service provider to the providers array in the config/app.php config file as follows:

'providers' => [

    ...

    JobMetric\Metadata\MetadataServiceProvider::class,
]

Publish Migrations

You need to publish the migration to create the metas table:

php artisan vendor:publish --provider="JobMetric\Metadata\MetadataServiceProvider" --tag="metadata-migrations"

After that, you need to run migrations.

php artisan migrate

Documentation

About

This package is for the metadata of different Laravel projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%