Class "DOMDocument" not found at vendor/nunomaduro/termwind/src/HtmlRenderer.php:32 28▕ * Parses the given html. 29▕ */ 30▕ public function parse(string $html): Components\Element 31▕ { ➜ 32▕ $dom = new DOMDocument(); 33▕ 34▕ if (strip_tags($html) === $html) { 35▕ return Termwind::span($html); 36▕ } +21 vendor frames 22 artisan:37 Illuminate\Foundation\Console\Kernel::handle()
$ sudo apt-get install php8.1-xml
$ sudo apt-get install php8.1-xml
0 Comments