ccharz/laravel-data-explorer

v0.1.1 2025-02-25 16:22 UTC

This package is auto-updated.

Last update: 2025-03-25 16:42:40 UTC


README

Warning

This is still beta software - use with caution.

About

This package provides a terminal user interface to explore the tables of your database.

data_explorer

Installation

composer require ccharz/laravel-data-explorer

Usage

php artisan data-explorer

You can also specify the database connection which should be used:

php artisan data-explorer --connection=sqlite

ToDo

  • Jump To Foreign Key Target
  • Show full table values in sidebar
  • Filter data
  • Show indices
  • Paginate manual sql
  • Re-Render on resize

License

Laravel Data Explorer is licensed under The MIT License (MIT).

Acknowledgments

A big Thank You goes out to Aaron Francis, Joe Tannenbaum and the Contributors of Laravel Prompts for all their work on Laravel Terminal-User-Interfaces.