When running the ui.php, a lot of deprecated and warnings appear at the top.
The UI does work, though.
Running PHP 8.4 with Apache.
Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/html/ui.php on line 14002
Deprecated: Creation of dynamic property Tqdev\PhpCrudUi\Column\SpecificationService::$definition is deprecated in /var/www/html/ui.php on line 13037
Deprecated: Creation of dynamic property Tqdev\PhpCrudUi\Column\SpecificationService::$properties is deprecated in /var/www/html/ui.php on line 13038
Deprecated: Creation of dynamic property Tqdev\PhpCrudApi\OpenApi\OpenApiBuilder::$status is deprecated in /var/www/html/ui.php on line 10417
Warning: http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/ui.php:14002) in /var/www/html/ui.php on line 12862
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/ui.php:14002) in /var/www/html/ui.php on line 12865
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/ui.php:14002) in /var/www/html/ui.php on line 12865
When running the ui.php, a lot of deprecated and warnings appear at the top. The UI does work, though.
Running PHP 8.4 with Apache.