Skip to content

v1.1.0 - Pest, Filament, Inertia & Volt Snippets

Latest

Choose a tag to compare

@croustibat croustibat released this 04 Jan 10:45

🎉 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 structures
  • expect, expect-true, expect-throw - Assertions
  • pest-mock, pest-fake - Mocking
  • pest-dataset - Data providers
  • pest-arch - Architecture tests

🛠️ Filament Snippets (45+)

Build admin panels faster:

  • fil-resource - Full resource class
  • fil-text, fil-select, fil-toggle - Form fields
  • fil-col-text, fil-col-badge - Table columns
  • fil-widget-stats, fil-widget-chart - Widgets
  • fil-action, fil-notify - Actions & notifications

⚡ Inertia.js Snippets (30+)

Modern monolith SPAs:

  • inertia, inertia-render - Controller responses
  • inertia-vue-page, inertia-vue-form - Vue 3 components
  • inertia-react-page, inertia-react-form - React components
  • inertia-useform, inertia-link - Frontend helpers

⚡ Livewire Volt Snippets (30+)

Single-file Livewire components:

  • volt, volt-class - Component templates
  • volt-state, volt-computed - Reactive state
  • volt-form, volt-rules - Form handling
  • volt-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