Skip to content

Releases: dconco/phpspa-template

v1.1.5

13 Jan 19:53
f7f166f

Choose a tag to compare

Fixed some code syntax so it can be compatible with PHP 8.2

v1.1.4

13 Jan 18:46
ddf78c5

Choose a tag to compare

Update composer.json

v1.1.3

22 Dec 12:56
bb4d1ee

Choose a tag to compare

updated

v1.1.2 for PhpSPA @V2

16 Oct 00:49
9302a7a

Choose a tag to compare

Refine content paths in Tailwind config

v0.1.1

27 Sep 16:40
acdf0a4

Choose a tag to compare

v0.1.1 - Cross-Platform Server Support

✨ New Features

  • Cross-Platform Architecture: Unified entry point through public/index.php for 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 .htaccess rewrite rules for proper file serving in public/ 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.

v0.1

06 Sep 22:41
1486542

Choose a tag to compare

Add license field to composer.json