RTL Version
RTL Setup using gulp
Backend RTL
To make the Backend RTL version just follow the below steps.
Update the below css file links in the
resources/views/backend/partials/head-css.blade.css
file.
bootstrap.min.css
to bootstrap.min.rtl.css
and
app.min.css
to app.min.rtl.css
.
and add the below attribute in the
resources/views/backend/partials/master.blade.php
file to
html tag
.
dir="rtl"
so you final html tag will be
<html dir="rtl">