subscribo / support
Support package with common shared functionality (Str, Arr, ServiceProvider) extending Laravel classes
Requires
- php: ^5.4 || ^7.0
- illuminate/support: ^5.1
Requires (Dev)
- phpunit/phpunit: ^4.7
Suggests
- illuminate/routing: If routing-connected functionality in ServiceProvider is used
- illuminate/view: If view/template-connected functionality in ServiceProvider is used
- laravel/framework: This package have been developed to work with The Laravel Framework 5.0
- subscribo/localization: If localization-connected functionality in ServiceProvider is used
This package is not auto-updated.
Last update: 2024-11-23 20:26:24 UTC
README
Support package with common shared functionality, extending Laravel classes and providing buffer between application and subscribo packages code and framework.
1. Installation
1.1 Add the following to your project's composer.json:
1.1.1 Repository containing this package (note: you need to have access to this repository as well as to resources it points to)
1.1.2 Dependency under "require" key
"subscribo/support": "^0.1.1"
If used with package adding this dependency for you, this step (1.1.2) is not necessary.
2. Note
Might contain third party code or part(s) of third party code or ideas from third party code (e.g. (parts of) Laravel framework - www.laravel.com or ideas from Carbon - http://carbon.nesbot.com )
No claim is made here regarding third party code or its parts