default64bit / ratech-admin
Installs: 142
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
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: 2025-03-08 19:49:26 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