Skip to content

Commit 27f535e

Browse files
authored
Merge pull request #5570 from rezalabbafi/master
RTL support
2 parents 6c292eb + d3b3035 commit 27f535e

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ Configurations
8484
------------
8585
The file `config/admin.php` contains an array of configurations, you can find the default configurations in there.
8686

87+
Right to left support
88+
------------
89+
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.
90+
**bootstrap.min.css** change it to **bootstrap.rtl.min.css**
91+
**AdminLTE.min.css** change it to **AdminLTE.rtl.min.css**
92+
8793
## Extensions
8894

8995
| Extension | Description | laravel-admin |

resources/assets/AdminLTE/bootstrap/css/bootstrap.rtl.min.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/assets/AdminLTE/dist/css/AdminLTE.rtl.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)