Yii3 - How to start

Comparing #50 with #51

Revision #51 was created by rackycz rackycz on Apr 5, 2026, 9:56:15 AM.

UI

Content

[...]
```
<script src="htmx.min.js"></script>
```

Your action:
 
 
 
```
<?php
declare(strict_types=1);
namespace App\Web\HomePage;
use Psr\Http\Message\ResponseFactoryInterface;
use Psr\Http\Message\ResponseInterface;
[...]