topnotch108/laravel-toolbox is a Laravel package for toolbox for laravel applications.
It currently has 0 GitHub stars and 6 downloads on Packagist (latest version 1.0.0).
Install it with composer require topnotch108/laravel-toolbox.
Discover more Laravel packages by topnotch108
or browse all Laravel packages to compare alternatives.
Last updated
Guapp Laravel Toolbox is a Swiss Army Knife for Laravel. It contains various useful tools for developing, testing and monitoring Laravel applications.
composer require guapp/laravel-toolbox
Add the following line to the providers à rray in config/app.php
Guapp\LaravelToolbox\ToolboxServiceProvider::class,
php artisan db:console opens a mysql prompt logged in to the database configured in .env