Install Poa Wallet, the Progressive Web App mobile works with several crypto tokens and blockchain wallets. With Poa Wallet, you are in control over your funds. Receive, send, store and exchange your cryptocurrency within the mobile interface.
Yii 2 Basic Project Template is a skeleton Yii 2 application best for rapidly creating small projects.
The template contains the basic features including user login/logout and a contact page. It includes all commonly used configurations that would allow you to focus on adding new features to your application.
Edit the file config/db.php
with real data, for example:
return [
'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=localhost;dbname=yii2basic',
'username' => 'root',
'password' => '1234',
'charset' => 'utf8',
];
NOTES:
config/
directory to customize your application as required.tests
directory for information specific to basic application tests.chgrp www-data ./web/assets
chmod g+w ./web/assets/
chgrp www-data ./runtime
chmod g+w ./runtime/
./yii migrate
Install php7.3-gmp and php7.3-bcmath