Épisode 10 - Laravel 13 E-commerce Vue.js - Page produit et slider d'images

In this tenth episode, we implement the individual product page: slug routing, Wayfinder typing, product resolution via Lunar's polymorphic table, and an image slider in Vue 3 without external dependencies. *What we cover* Declaration of the route `/{slug}` and the `ProductController` Generation of TypeScript typing with `php artisan wayfinder:generate` Strongly typed "View product" link in `ProductCard` via Inertia Link Resolving the product from Lunar's polymorphic `urls` table Accessorizing `medium_images_urls` with Spatie Media Library (eager loading to avoid N+1) `Product/Show.vue` page: responsive slider, first variant, formatted price, tags, and brand *Source code* → [Episode-10 branch](https://github.com/ludoguenet/ecommer...)