nimdevelopment/laravel-dbase

GUI tool for running migrations etc.

dev-master 2019-03-29 10:19 UTC

This package is auto-updated.

Last update: 2024-04-29 04:09:12 UTC


README

A laravel gui tool for quickly making and migrating database migrations.

1.Install: composer require nimdevelopment/laravel-dbase

2. Add Serviceprovider: NimDevelopment\DBase\DBaseServiceProvider::class,

3. Add Facade: 'DBase' => NimDevelopment\DBase\Facades\DBase::class,

4.Publish: php artisan vendor:publish

You will find the GUI tool under route /DBase:

Alt text