dev-master
9999999-devAn Examples library
MIT
The Requires
- illuminate/support ~5.4
- php ^7.0|^7.1
by AndrewNovikof
1.2.3
1.2.3.0An Examples library
MIT
The Requires
- php ^7.0|^7.1
- illuminate/support ~5.4
by AndrewNovikof
Wallogit.com
2017 © Pedro Peláez
An Examples library
composer require andrewnovikof/objects, (*1)
AndrewNovikof\Objects\ObjectsServiceProvider::class to your providers[] array in config\app.php.'Objects' => AndrewNovikof\Objects\Facades\Objects::class to your facades[] array in config\app.php.You can publish the config file with:, (*2)
php artisan vendor:publish --provider="AndrewNovikof\Objects\ObjectsServiceProvider" --tag="config"
You can publish the Example objects files with:, (*3)
php artisan vendor:publish --provider="AndrewNovikof\Objects\ObjectsServiceProvider" --tag="objects"
An Examples library
MIT
An Examples library
MIT