rezapasalar / admin-panel-rtl
There is no license information available for the latest version (dev-master) of this package.
This is the admin panel for Persian websites.
Package info
github.com/rezapasalar/admin-panel-rtl
Language:CSS
pkg:composer/rezapasalar/admin-panel-rtl
dev-master
2020-08-17 08:47 UTC
This package is auto-updated.
Last update: 2026-02-17 20:52:35 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