2017 © Pedro Peláez
 

library curator-model

Laravel package containing Migrations, Models, and Seeds for the benbjurstrom/curator application.

image

benbjurstrom/curator-model

Laravel package containing Migrations, Models, and Seeds for the benbjurstrom/curator application.

  • Wednesday, January 18, 2017
  • by benbjurstrom
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Curator Model

Build Status, (*1)

Laravel package containing migrations, models, and seeds for the benbjurstrom/curator application., (*2)

Setup Instructions

Package Installation

Install the package using composer:, (*3)

``` bash composer require benbjurstrom/curator-model, (*4)


Register the service provider in your application: ```php // config/app.php 'providers' => [ ... BenBjurstrom\CuratorModel\CuratorModelServiceProvider::class, ];

Migrations

Once registered migrate your database to setup the following table structure:, (*5)

``` bash artisan migrate, (*6)


![Database Model](http://i.imgur.com/6zHK1g7.png) #### Seeders Optionally seed the database with sample data by including the package's seeder class: ```php // database/seeds/DatabaseSeeder.php class DatabaseSeeder extends Seeder { public function run() { ... $this->call(BenBjurstrom\CuratorModel\Seeds\DatabaseSeeder::class); } }

Note that when rolling back the migrations database records are saved to the seeds/json/ directory., (*7)

The Versions

18/01 2017

dev-master

9999999-dev https://github.com/benbjurstrom/curator-model

Laravel package containing Migrations, Models, and Seeds for the benbjurstrom/curator application.

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

The Development Requires

by Ben Bjurstrom

twitter api curator eloquent model

18/01 2017

0.0.1

0.0.1.0 https://github.com/benbjurstrom/curator-model

Laravel package containing Migrations, Models, and Seeds for the benbjurstrom/curator application.

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

The Development Requires

by Ben Bjurstrom

twitter api curator eloquent model