andrewnovikof/objects

An Examples library

Installs: 29

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/andrewnovikof/objects

1.2.3 2017-09-22 08:09 UTC

This package is auto-updated.

Last update: 2025-10-16 12:31:19 UTC


README

1. Installation

composer require andrewnovikof/objects

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:

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

4. Example objects

You can publish the Example objects files with:

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