rezapasalar / admin-panel-rtl
This is the admin panel for Persian websites.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
This package is auto-updated.
Last update: 2025-03-17 18:51:34 UTC
README
This is the admin panel for Persian websites.
Install Package
composer require rezapasalar/admin-panel-rtl
Import Provider
Rezapasalar\AdminPanelRtl\AdminPanelRtlServiceProvider::class
Publishes
php artisan vendor:publish --tag=rezapasalar/admin-panel-rtl --force
Add require to package.mix.js file
require("./resources/js/mixAdminPanelRtl");
Compile JS and CSS
npm i && run dev