deadmantfa / yii2-advanced-template-starter
Yii 2 Advanced Project Template With Few Additions
Fund package maintenance!
Ko Fi
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 2
Type:project
Requires
- php: >=7.4.0
- ext-json: *
- 2amigos/2fa-library: ^2.0
- 2amigos/qrcode-library: ^2.0
- 2amigos/yii2-usuario: ^1.0
- bedezign/yii2-audit: ^1.1.2
- chervand/yii2-oauth2-server: ^0.7.1
- consik/yii2-websocket: ^1.0
- dmstr/yii2-adminlte-asset: dev-master
- justcoded/yii2-rbac: ^1.2.1
- kartik-v/yii2-datecontrol: ^1.9
- kartik-v/yii2-mpdf: dev-master
- kartik-v/yii2-tree-manager: dev-master
- mootensai/yii2-enhanced-gii: dev-master
- mootensai/yii2-relation-trait: *
- phpoffice/phpspreadsheet: ^1.16.0
- webzop/yii2-notifications: dev-master
- yii2mod/yii2-rbac: *
- yii2mod/yii2-settings: ^2.5
- yiier/yii2-user-setting: ^0.2.1
- yiisoft/yii2: ^2.0.40
- yiisoft/yii2-authclient: ^2.1.0
- yiisoft/yii2-bootstrap4: ^2.0.9
- yiisoft/yii2-composer: ^2.0.10
- yiisoft/yii2-swiftmailer: ^2.1.2
Requires (Dev)
- codeception/codeception: ^4.0
- codeception/module-asserts: ^1.0
- codeception/module-filesystem: ^1.0
- codeception/module-yii2: ^1.0
- codeception/verify: ~0.5.0 || ~1.1.0
- roave/security-advisories: dev-latest
- symfony/browser-kit: >=2.7 <=4.2.4
- yiisoft/yii2-debug: ^2.1.0
- yiisoft/yii2-faker: ^2.0.0
- yiisoft/yii2-gii: ^2.1.0
This package is auto-updated.
Last update: 2024-11-18 21:36:15 UTC
README
Yii 2 Advanced Project Template With Few Additions
Yii 2 Advanced Project Template is a skeleton Yii 2 application best for developing complex Web applications with multiple tiers.
Uses Vagrant development environment, local usage without vagrant is possible but will not be supported by me there are other tutorials that can help you.
This template is created reduce repetitive work that is required to start off a project with all the modern must haves...
Features
- User Module, RBAC & 2FA - Yii2 Usaruio
- OAuth2 Server Implementation - Yii2 OAuth2 Server
- Enhanced Gii - Yii2 Enhanced Gii
- Rtionship Trait (Save Related Models) - Yii2 Relation Trait
- RESTful APi Structure
- Local SSL - mkcert
- Vagrant - Vagrant
- Audit Trail - Yii2 Audit
- AdminLTE Theme v3 (Added to the backend) - Yii2 Adminlte Asset
- Multi-Channel Notification System (Added to the backend)
- Websocket Based Chat System (Added to the backend) - Yii2 Websocket
@TODO
- Production ready
- Automated Testing
- Dockerize?