You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,12 @@ Configurations
84
84
------------
85
85
The file `config/admin.php` contains an array of configurations, you can find the default configurations in there.
86
86
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**
0 commit comments