pantagruel74 / yii2-module-auth
This package is abandoned and no longer maintained.
No replacement package was suggested.
Pantagruel74 yii2 auth base module
0.1
2022-10-22 21:27 UTC
Requires
- php: >=7.4.0
- mnemesong/microwidget: *
- pantagruel74/yii2-active-records-manager: *
- pantagruel74/yii2-aggregator: *
- pantagruel74/yii2-controllers: *
- pantagruel74/yii2-dynamic-model-add-attribute: *
- pantagruel74/yii2-file-active-record: *
- pantagruel74/yii2-loader: *
- pantagruel74/yii2-seeder: *
- pantagruel74/yii2-strictly: *
- pantagruel74/yii2-view-binded-model: *
- yii2tech/filedb: *
- yiisoft/yii2: ~2.0.45
- yiisoft/yii2-bootstrap5: ~2.0.2
- yiisoft/yii2-symfonymailer: ~2.0.3
Requires (Dev)
- phpstan/phpstan: *
- phpunit/phpunit: ~9.5.0
- symfony/browser-kit: ^6.0 || >=2.7 <=4.2.4
- yiisoft/yii2-debug: ~2.1.0
- yiisoft/yii2-faker: ~2.0.0
- yiisoft/yii2-gii: ~2.2.0
This package is not auto-updated.
Last update: 2023-08-27 05:38:41 UTC
README
Requirements
- PHP >=7.4
- Composer >=2.0
- Apache or NGINX server
or
- Docker engine v 4.0+
- Docker-compose
Installation
Apache+PHP
- Copy project files to target folder
- Run command "composer update"
Docker compose
- Run command
docker-compose run --rm php composer install
- Run command
chmod 755 yii
- Run command
chmod 777 web && chmod 777 web/*
- Run command
chmod 777 runtime
- Run container by command
docker-compose up -d
License
- MIT
Author
- Anatoly Starodubtsev
- Tostar74@mail.ru