kevindierkx / elicit

[DEPRECATED] An API toolkit for PHP.
https://packagist.org/packages/kevindierkx/elicit
MIT License
2 stars 0 forks source link

Remove Laravel support from core package #7

Closed kevindierkx closed 8 years ago

kevindierkx commented 9 years ago

Currently Elicit only supports Laravel 4.0. We should remove Laravel specific logic from the core package and create a service provider for Laravel in the laravel-elicit repository.

This should make it easier in the future to maintain the package and to add support for other frameworks and/or applications.

kevindierkx commented 8 years ago

1d6052bee942f1cee0677a587e85c052505cbcd6 Removed all Laravel specific components and replaced some parts with custom implementations or interfaces.