Package Data | |
---|---|
Maintainer Username: | LordDeveloper |
Maintainer Contact: | sadeghij87@gmail.com (Javad Sadeghi) |
Package Create Date: | 2022-04-07 |
Package Last Update: | 2022-04-08 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-10 15:01:36 |
Package Statistics | |
---|---|
Total Downloads: | 6 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 0 |
Total Forks: | 0 |
Total Open Issues: | 0 |
It can be used for improving implementation compatibility, assuming that you are planning to migrate from Lumen to Laravel in the future.
Session is not included in this package.
If composer is used, it can be introduced by adding the following description.
composer require jey/lumen-helpers
This package currently provides the following helper functions.
It will return
Symfony\Component\HttpFoundation\Cookie
directly.
An app () compatible helper corresponding to makeWith call. illuminate/container: From 5.4, you can not pass $parameters to make, instead makeWith prepared, By using app_with, make can be done by passing parameters that ask Lumen, illuminate / container version.