dotplant / dates-property
Dates range plugin for devgroup/yii2-data-structure-tools
Installs: 70
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 0
Open Issues: 0
Type:dotplant-extension
This package is auto-updated.
Last update: 2024-10-11 14:26:34 UTC
README
Extension plugin for Yii2 data structures tools.
Gives you ability to create and manage dates and days ranges. Define price for each separate intersection of days and dates ranges and use it, for example, for nice presentation of house rent prices according to seasons.
Installation
- Firs of all read how to connect properties for objects(for now it's russian only)
- Preferred way is the installation via DotPlant Extensions manager (required in this extension)
- Install using Extensions manager and do not forget to activate the extension. Otherwise you can't use it
- After activation run in console
./yii dates-property/generate app\\models\\Model
, whereapp\\models\\Model
your model class name - Instead you cat install it using composer
Warning!
Extension now on the pre-alpha stage! Use it on your own risk!