huddledigital / zendesk-laravel

Laravel wrapper for zendesk/zendesk_api_client_php package.
MIT License
104 stars 71 forks source link

Laravel 5.2+ Support #7

Closed eblin closed 7 years ago

eblin commented 7 years ago

Hi huddle team,

Made a few changes to make the package able to be used (and installed in composer) in Laravel 5.2+ (we are using 5.4), also modified the readme to make it more laravel 5 friendly and added php artisan vendor:publish... as well so the package settings can be extracted to the users config_path

Thanks for the package 👍

harry-huddle commented 7 years ago

Thanks @eblin, looks good to me.