ccharz / laravel-data-explorer
v0.1.1
2025-02-25 16:22 UTC
Requires
- php: ^8.3
- illuminate/support: ^11.0||^12.0
- joetannenbaum/chewie: ^0.1
- laravel/prompts: ^0.3
Requires (Dev)
- larastan/larastan: ^3.0
- laravel/pint: ^1.20
- orchestra/testbench: ^9.0||^10.0
- rector/rector: ^2.0
- spatie/phpunit-snapshot-assertions: ^5.1
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.
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.