laravel-data-explorer maintained by ccharz
Author
Last update
2025/02/25 17:22
(dev-main)
License
Downloads
34
Laravel Data Explorer
[!WARNING]
This is still beta software - use with caution.
About
This package provides a terminal user interface to explore the tables of your database.
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.