Download the PHP package p2made/p2y2-a6e without Composer
On this page you can find all versions of the php package p2made/p2y2-a6e. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download p2made/p2y2-a6e
More information about p2made/p2y2-a6e
Files in p2made/p2y2-a6e
Package p2y2-a6e
Short Description 6 application ends for Yii 2 Advanced
License MIT
Homepage https://github.com/p2made/p2y2-a6e
Informations about the package p2y2-a6e
Yii 2 Advanced 6 Ends 5.0.0
Installation
One... create a new Yii2 Advanced project by running...
Two Before running init
, either...
Depending on your Composer setup, run one of the following commands:
or
or add:
to the requires section of your composer.json
& run composer update
.
p2y2-a6e
installs...
Three... run...
The environments
folder will be replaced.
Four... run ./init
as usual.
Init to dev will replace some files. Select All
when prompted. If you're going straight to a prod install for any reason, init to dev first so that these files do get replaced.
You now have application ends folders...
If there are any application ends that you won't use, you can delete those folders, along with some extra deletions in config edits that follow.
Four... edit some config files...
In common/config/bootstrap.php
edit the last line...
to have the URL for your static/assets application end.
If you're discarding any ends, delete the lines setting aliases for them.
In common/config/main.php
edit the $_urlBase...
values at the top according to your server configuration.
If you're discarding any ends, delete the corresponding lines here, & also the lines below settung urlManagers for them.
In common/config/params.php
edit the reverseDomain
value according to your server configuration.
All versions of p2y2-a6e with dependencies
yiisoft/yii2 Version ~2.0.14
yiisoft/yii2-swiftmailer Version ~2.0.0 || ~2.1.0
p2made/p2y2-things Version ^5.0
p2made/p2y2-things-demo Version ^5.0
p2made/p2y2-startbootstrap-themes Version ^5.0
p2made/p2y2-sb-admin-theme Version ^5.0