pantagruel74 / yii2-app-skeleton
Pantagruel74 yii2 application skeleton
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Type:project
pkg:composer/pantagruel74/yii2-app-skeleton
Requires
- php: >=7.4.0
 - pantagruel74/yii2-controllers: *
 - yiisoft/yii2: ~2.0.45
 - yiisoft/yii2-bootstrap5: ~2.0.2
 - yiisoft/yii2-symfonymailer: ~2.0.3
 
Requires (Dev)
- pantagruel74/yii2-test-app: *
 - 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: 2025-11-02 16:06:17 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