p2made / p2y2-base
A base bundle for other p2y2 bundles.
Installs: 310
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0.43
- yiisoft/yii2-bootstrap5: ~2.0.1
This package is auto-updated.
Last update: 2024-11-11 07:46:26 UTC
README
A base bundle for other P2Y2 bundles.
¡¡ Notice !!
After an extented period of life getting in the way I'm back to Yii2 development. I'll be rebasing every project as I resume work on it. Projects that use Bootstrap will resume as version 5.0.0
for Bootstrap 5.x.
Installation
The preferred way to install P2Y2 Base is through composer. Depending on your composer installation, run one of the following commands:
composer require p2made/p2y2-base "^5.0"
or
php composer.phar require p2made/p2y2-base "^5.0"
Alternatively add:
"p2made/p2y2-base": "^5.0"
to the requires section of your composer.json
file & P2Y2 Base will be installed next time you run composer update
.
Actually, you probably don't need to do any of that because you're probably not going to install p2y2-base
on its own. If you install any of my bundles that require p2y2-base
, they will install it as a dependancy.