default64bit/ratech-admin

Maintainers

Package info

github.com/default64bit/RatechAdmin

Language:Blade

pkg:composer/default64bit/ratech-admin

Statistics

Installs: 142

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-08 22:16:42 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