Skip to content

Codexshaper/laravel-database-manager

Repository files navigation

License Build Status Quality Score

laravel-database-manager

Make your database simple and easyer

Install package

composer require codexshaper/laravel-database-manager

Setup database manager

php artisan dbm:install

Create admin account to access all features

php artisan dbm:admin 'user' 'action' 'options'

Example

php artisan [email protected] create --columns=email

In this case email must be exists in your users table and [email protected] must be a record