Yii3 community cookbook
Yii3 Community Cookbook is an OpenSource book full of tips and tricks about the Yii3 PHP framework.
- The Yii community creates the cookbook.
- Yii core team members curate and edit it.
Feel free to pull-request your own writings. Team members will review it, give feedback and merge the best possible way.
This book conforms to the Terms of Yii Documentation.
- Preface
- Making HTTP requests
- Using htmx for partial page reloads
- Disabling CSRF protection
- Sentry integration
- Using Yii in third-party applications
- Working on Windows
- Opening files directly in PhpStorm
- Configuring Xdebug
- Configuring webservers
- Structuring code by use-case with vertical slices
- Deploying to Docker Swarm
- Configuring an application for autoscaling
- Applying migrations during rolling updates