2017 © Pedro Peláez
 

library laravel-meta

Simple and fluent meta data for Eloquent Models in Laravel 5.

image

vendocrat/laravel-meta

Simple and fluent meta data for Eloquent Models in Laravel 5.

  • Tuesday, September 20, 2016
  • by AlexanderPoellmann
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Latest Stable Version Total Downloads License, (*1)

Meta

Simple and fluent meta data for Eloquent Models in Laravel 5., (*2)

Important Notice

This package is a work in progress, please use with care and feel free to report any issues or ideas you may have!, (*3)

We've transferred this package to a new owner and therefor updated the namespaces to Lecturize\Meta. The config file is now config/lecturize.php., (*4)

Installation

Require the package from your composer.json file, (*5)

Attention: This package is a work in progress, please use with care and be sure to report any issues!, (*6)

"require": {
    "lecturize/laravel-meta": "dev-master"
}

and run $ composer update or both in one with $ composer require lecturize/laravel-meta., (*7)

Next register the service provider and (optional) facade to your config/app.php file, (*8)

'providers' => [
    // Illuminate Providers ...
    // App Providers ...
    Lecturize\Meta\MetaServiceProvider::class
];

Configuration & Migration

$ php artisan vendor:publish --provider="Lecturize\Meta\MetaServiceProvider"

This will create a config/lecturize.php and a migration file. In the config file you can customize the table names, finally you'll have to run migration like so:, (*9)

$ php artisan migrate

License

Licensed under MIT license., (*10)

Author

Handcrafted with love by Alexander Manfred Poellmann in Vienna & Rome., (*11)

The Versions

20/09 2016

dev-master

9999999-dev https://github.com/AlexanderPoellmann/laravel-meta

Simple and fluent meta data for Eloquent Models in Laravel 5.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel eloquent model meta meta data metable

03/09 2015

v0.0.1

0.0.1.0 https://github.com/vendocrat/laravel-meta

Simple and fluent meta data for Eloquent Models in Laravel 5.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel meta