default64bit/ratech-admin

dev-master 2021-04-08 11:09 UTC

This package is auto-updated.

Last update: 2024-04-08 17:38:13 UTC


README

Use the package manager Composer to require RetechAdmin.

composer require default64bit/ratech-admin

Usage

First publish the necessary files

php artisan vendor:publish Default64bit\RatechAdmin\RatechAdminServiceProvider

Then run the install command to configure settings and file systems

php artisan ratech-admin:install

Feel free to edit migration and models and after migrating run the seed command to make default super admin

php artisan migrate
php artisan db:seed

License

MIT