🎉 New Snippets Release
This release adds 70+ new snippets for the modern Laravel ecosystem, bringing the total to 200+ snippets!
✨ What's New
🧪 Pest Snippets (40+)
The modern PHP testing framework:
pest-test,pest-it,pest-describe- Test structuresexpect,expect-true,expect-throw- Assertionspest-mock,pest-fake- Mockingpest-dataset- Data providerspest-arch- Architecture tests
🛠️ Filament Snippets (45+)
Build admin panels faster:
fil-resource- Full resource classfil-text,fil-select,fil-toggle- Form fieldsfil-col-text,fil-col-badge- Table columnsfil-widget-stats,fil-widget-chart- Widgetsfil-action,fil-notify- Actions & notifications
⚡ Inertia.js Snippets (30+)
Modern monolith SPAs:
inertia,inertia-render- Controller responsesinertia-vue-page,inertia-vue-form- Vue 3 componentsinertia-react-page,inertia-react-form- React componentsinertia-useform,inertia-link- Frontend helpers
⚡ Livewire Volt Snippets (30+)
Single-file Livewire components:
volt,volt-class- Component templatesvolt-state,volt-computed- Reactive statevolt-form,volt-rules- Form handlingvolt-page,volt-pagination- Full pages
📦 Installation
# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/croustibat/zed-for-laravel/main/scripts/install.sh | bash
# Windows (PowerShell)
irm https://raw.githubusercontent.com/croustibat/zed-for-laravel/main/scripts/install.ps1 | iex📊 Stats
- Total snippets: 200+
- New in this release: 70+
- Supported tools: PHP, Blade, Livewire, Pest, Filament, Inertia.js, Volt