RTL Version
RTL Setup
To make the default RTL version just follow the below steps.
1. Uncomment files in the file.
resources/js/scss/app.scss
file.
// @import "rtl/structure/structure";
// @import "rtl/components/components";
// @import "rtl/plugins/plugins";
// @import "rtl/apps/apps";
// @import "rtl/pages/pages";
2. Also you need to uncomment below code in mounted() in resources/js/layouts/index.vue
file.
// document.querySelector("html").setAttribute('dir', 'rtl');