rezashams / rtl_adminltev3
AdminLTE V3 library rtl support.
Installs: 165
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/rezashams/rtl_adminltev3
Requires
- php: >=7.2.5
- laravel/framework: >=6.0
This package is not auto-updated.
Last update: 2026-01-05 19:12:21 UTC
README
Laravel AdminLTE V3 Package Modified For RTL Support
Requirements
- Laravel > 6.0
- PHP > 7.2
Installation
First create your database and add the required information in your .env file. then simply run the command below inside your laravel project :
composer require rezashams/rtl_adminltev3
Then run the command below :
php artisan publish:vendor
Finally run the command below :
php artisan migrate
This will add the package to your project and do the required stuff for you.
Notices
- make sure you dont have database table named
admin_users - make sure you dont have database table named
admin_users_activations - make sure you dont have auth guard named
adminin your project - make sure you don't have auth provider named
adminsin your project