You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance development environment with documentation, email testing and shell tools
This comprehensive update improves several aspects of the development environment:
- Add MailHog service for testing emails without sending real messages
- Restructure API documentation with generation (apidocs-generate) and serving (apidocs-serve)
- Add convenient container shell access commands (php-connect and db-connect)
- Standardize naming with APP_DIR and consistent command patterns
- Refactor Makefile with reusable components and better organization
- Add flexible composer-script command for running arbitrary Composer scripts
- Update environment variables in .env files for consistency
- Configure proper .gitignore settings for generated documentation
These improvements make the development environment more functional and
user-friendly while maintaining a clean project organization.
0 commit comments