Releases: dconco/phpspa-template
Releases · dconco/phpspa-template
v1.1.5
v1.1.4
v1.1.3
v1.1.2 for PhpSPA @V2
Refine content paths in Tailwind config
v0.1.1
v0.1.1 - Cross-Platform Server Support
✨ New Features
- Cross-Platform Architecture: Unified entry point through
public/index.phpfor consistent behavior across Apache, Nginx, and PHP development server - Counter Demo: Interactive state management showcase on homepage demonstrating PhpSPA's reactive capabilities
🔧 Improvements
- Apache Configuration: Fixed
.htaccessrewrite rules for proper file serving inpublic/directory - Documentation: Enhanced setup instructions for both PHP dev server and Apache configurations
- UI Enhancements: Updated feature cards with more descriptive content and improved layout
🛠️ Technical Changes
- Moved server document root to
public/directory for better security and organization - Application files now properly isolated outside web root in
src/ - Simplified routing logic with single entry point pattern
- Updated Composer scripts for better development workflow
📖 Documentation
- Added comprehensive Apache setup instructions
- Improved development workflow documentation with Tailwind CSS integration
- Updated README with clear server configuration examples
Migration: No breaking changes. Existing projects will work seamlessly with the new structure.