Skip to content

Commit 3326dee

Browse files
authored
Update README.md
add description for RTL support
1 parent af6467b commit 3326dee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-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 |

0 commit comments

Comments
 (0)