p2made/yii2-p2y2-base

This package is abandoned and no longer maintained. The author suggests using the p2made/p2y2-base package instead.

A base bundle for other p2y2 bundles.

Installs: 5 231

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:yii2-extension

4.0.1 2020-02-04 12:20 UTC

This package is auto-updated.

Last update: 2021-09-08 09:11:14 UTC


README

A base bundle for other P2Y2 bundles.

License Total Downloads Monthly Downloads Latest Stable Version Latest Unstable Version

¡¡ 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 "dev-master"

or

	php composer.phar require p2made/p2y2-base "dev-master"

Alternatively add:

	"p2made/p2y2-base": "dev-master"

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.