LaravelPackages.net
Acme Inc.
Toggle sidebar
muhammetsait/novartl

Rtl theme for Laravel Nova.

26
0
v1.0.2
About muhammetsait/novartl

muhammetsait/novartl is a Laravel package for rtl theme for laravel nova.. It currently has 0 GitHub stars and 26 downloads on Packagist (latest version v1.0.2). Install it with composer require muhammetsait/novartl. Discover more Laravel packages by muhammetsait or browse all Laravel packages to compare alternatives.

Last updated

NovaRtl: RTL theme for Laravel Nova

This package provides a simple css/scss resource file that applies right-to-left directionality to the default Nova theme.

Installation

composer require muhammetsait/novartl

Then, you need to publish the theme.css asset by using:

php artisan vendor:publish --provider='Muhammetsait\NovaRtl\ThemeServiceProvider'

Usage

The rtl-theme is loaded automatically when the app locale is set to one of the following:

'ar', 'arc', 'dv', 'fa', 'ha', 'he', 'khw', 'ks', 'ku', 'ps', 'ur', 'yi'

Alternatively, you may force loading the rtl-theme when using other locales by adding direction="rtl" to your config/app.php file.

License

This project is licensed under the terms of the MIT license.

Acknowledgment

This package incorporates code from:

  • pishran/nova-rtl-theme version 1.2.1 (https://github.com/pishran/nova-rtl-theme)

Star History Chart