Minimal Laravel + Blade + Vite example showing how to integrate SuperDoc.
- PHP >= 8.2
- Composer
- Node.js >= 18
composer install
cp .env.example .env
php artisan key:generate
npm install# In one terminal
php artisan serve
# In another terminal
npm run devOpen http://localhost:8000 — pick a .docx file and SuperDoc renders it.