2017 © Pedro Peláez
 

library objects

An Examples library

image

andrewnovikof/objects

An Examples library

  • Friday, September 22, 2017
  • by AndrewNovikoff
  • Repository
  • 1 Watchers
  • 0 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Example project for Laravel

1. Installation

composer require andrewnovikof/objects, (*1)

2. Service Provider

  • Add AndrewNovikof\Objects\ObjectsServiceProvider::class to your providers[] array in config\app.php.

3. Facade

  • Add 'Objects' => AndrewNovikof\Objects\Facades\Objects::class to your facades[] array in config\app.php.

4. Config

You can publish the config file with:, (*2)

php artisan vendor:publish --provider="AndrewNovikof\Objects\ObjectsServiceProvider" --tag="config"

4. Example objects

You can publish the Example objects files with:, (*3)

php artisan vendor:publish --provider="AndrewNovikof\Objects\ObjectsServiceProvider" --tag="objects"

The Versions

22/09 2017

dev-master

9999999-dev

An Examples library

  Sources   Download

MIT

The Requires

 

by AndrewNovikof

22/09 2017

1.2.3

1.2.3.0

An Examples library

  Sources   Download

MIT

The Requires

 

by AndrewNovikof