Skip to content

e 0.4.0

Choose a tag to compare

@kwhorne kwhorne released this 28 Jun 13:32

e 0.4.0 — Database panel & Laravel intelligence

Added

  • Database panel (⌘3): browse and query MySQL/MariaDB, PostgreSQL and SQLite
    databases. Connect from the project's .env or manually (with a Test button),
    browse tables with sortable columns, paging, a Data/Structure view and CSV
    export, and run SQL in a results grid (⌘↵ to run, horizontal scroll and arrow
    keys to pan). Right by default; configurable left.
  • Laravel features on par with the official VS Code extension: completion, hover
    and go-to-definition for route(), view(), config(), env(), __()/trans()
    and <x-...> Blade components, sourced from your project via php artisan.
    Auto-enabled in Laravel projects; toggle under Settings → Laravel features.

Includes a universal macOS .dmg installer below.

Full changelog: https://github.com/kwhorne/e/blob/main/CHANGELOG.md