composer require andrewnovikof/objects
- Add
AndrewNovikof\Objects\ObjectsServiceProvider::class
to yourproviders[]
array inconfig\app.php
.
- Add
'Objects' => AndrewNovikof\Objects\Facades\Objects::class
to yourfacades[]
array inconfig\app.php
.
You can publish the config file with:
php artisan vendor:publish --provider="AndrewNovikof\Objects\ObjectsServiceProvider" --tag="config"
You can publish the Example objects files with:
php artisan vendor:publish --provider="AndrewNovikof\Objects\ObjectsServiceProvider" --tag="objects"