Skip to content

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

Notifications You must be signed in to change notification settings

Nim-Development/laravel-dbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

laravel-dbase

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published