default64bit / ratech-admin
Package info
github.com/default64bit/RatechAdmin
Language:Blade
pkg:composer/default64bit/ratech-admin
dev-master
2021-04-08 11:09 UTC
Requires
- laravel/helpers: ^1.1
- laravel/ui: ^2.5
- morilog/jalali: 3.*
- spatie/db-dumper: ^2.0
- spatie/laravel-permission: ^3.0
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