2017 © Pedro Peláez
 

library ghost

A Laravel package to generate a dummy model instance.

image

sukohi/ghost

A Laravel package to generate a dummy model instance.

  • Thursday, July 14, 2016
  • by Sukohi
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Ghost

A Laravel package to generate a dummy model instance., (*1)

Installation

Execute composer command., (*2)

composer require sukohi/ghost:2.*

Register the service provider in app.php, (*3)

'providers' => [
    ...Others...,
    Sukohi\Ghost\GhostServiceProvider::class,
]

Also alias, (*4)

'aliases' => [
    ...Others...,
    'Ghost'   => Sukohi\Ghost\Facades\Ghost::class,
]

Usage

$dummy_model = \Ghost::make();
echo $dummy_model->title;       // (Empty)
echo $dummy_model->description; // (Empty)
echo $dummy_model->created_at;  // (Empty)

License

This package is licensed under the MIT License., (*5)

Copyright 2016 Sukohi Kuhoh, (*6)

The Versions

14/07 2016

2.0.x-dev

2.0.9999999.9999999-dev

A Laravel package to generate a dummy model instance.

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi

14/07 2016

dev-master

9999999-dev

A Laravel package to generate a dummy model instance.

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi

14/07 2016

2.0.0

2.0.0.0

A Laravel package to generate a dummy model instance.

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi