Skip to content

Commit

Permalink
Merge pull request #5570 from rezalabbafi/master
Browse files Browse the repository at this point in the history
RTL support
  • Loading branch information
jxlwqq committed May 25, 2022
2 parents 6c292eb + d3b3035 commit 27f535e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ Configurations
------------
The file `config/admin.php` contains an array of configurations, you can find the default configurations in there.

Right to left support
------------
just go to this path `<YOUR_PROJECT_PATH>\vendor\encore\laravel-admin\src\Traits\HasAssets.php` and modify `$baseCss` array for loading right to left (rtl) version of bootstap and AdminLTE css files.
**bootstrap.min.css** change it to **bootstrap.rtl.min.css**
**AdminLTE.min.css** change it to **AdminLTE.rtl.min.css**

## Extensions

| Extension | Description | laravel-admin |
Expand Down
9 changes: 9 additions & 0 deletions resources/assets/AdminLTE/bootstrap/css/bootstrap.rtl.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions resources/assets/AdminLTE/dist/css/AdminLTE.rtl.min.css

Large diffs are not rendered by default.

0 comments on commit 27f535e

Please sign in to comment.