cerpus / edlib-resource-kit-laravel
Integrate Edlib Resource Kit with Laravel
v0.6.0
2022-12-08 14:18 UTC
Requires
- php: 8.0.*|8.1.*|8.2.*
- cerpus/edlib-resource-kit: ^0.3|^0.4|^0.5
- cerpus/pubsub: ^1.0
- illuminate/support: ^8.0|^9.0
- php-http/discovery: ^1.14
- psr/http-client-implementation: ^1.0
- psr/http-factory-implementation: ^1.0
Requires (Dev)
- guzzlehttp/guzzle: ^7.0
- orchestra/testbench: ^6.0|^7.0
This package is auto-updated.
Last update: 2024-10-16 09:11:50 UTC
README
Integrates Edlib Resource Kit with Laravel.
Requirements
- PHP 8.2 or 8.3
- Laravel 9, 10, or 11
Installation
composer require cerpus/edlib-resource-kit-laravel
Configuration
Publish the configuration using:
php artisan vendor:publish --provider="Cerpus\EdlibResourceKitProvider\EdlibResourceKitServiceProvider"
License
This package is released under the GNU General Public License 3.0. See the
LICENSE
file for more information.