topnotch108 / laravel-toolbox
Toolbox for Laravel applications
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/topnotch108/laravel-toolbox
Requires
- illuminate/console: ~8.77
- illuminate/contracts: ~8.77
- illuminate/support: ~8.77
This package is not auto-updated.
Last update: 2025-10-25 11:14:21 UTC
README
Guapp Laravel Toolbox is a Swiss Army Knife for Laravel. It contains various useful tools for developing, testing and monitoring Laravel applications.
Installation
composer require guapp/laravel-toolbox
Add the following line to the providers àrray in config/app.php
Guapp\LaravelToolbox\ToolboxServiceProvider::class,
Artisan Commands
php artisan db:console opens a mysql prompt logged in to the database configured in .env