LaravelPackages.net
Acme Inc.
Toggle sidebar
topnotch108/laravel-toolbox

Toolbox for Laravel applications

6
0
1.0.0
About topnotch108/laravel-toolbox

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

Introduction

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

Comments