naoray/database-setup-commands

Setup sqlite database connection right out of the box!


Keywords
sqlite, console, laravel commands
License
MIT

Documentation

DatabaseSetupCommands

Install current package with running

composer require naoray/database-setup-commands @dev

add the package to your config\app.php file:

/*
 * Package Service Providers...
 */

Naoray\DatabaseSetupCommands\DatabaseSetupCommandsServiceProvider::class,