Download the PHP package badinansoft/nova-language-switch without Composer
On this page you can find all versions of the php package badinansoft/nova-language-switch. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download badinansoft/nova-language-switch
More information about badinansoft/nova-language-switch
Files in badinansoft/nova-language-switch
Download badinansoft/nova-language-switch
More information about badinansoft/nova-language-switch
Files in badinansoft/nova-language-switch
Vendor badinansoft
Package nova-language-switch
Short Description A Laravel Nova package to switch language in your application
License MIT
Homepage https://github.com/badinansoft/nova-language-switch
Package nova-language-switch
Short Description A Laravel Nova package to switch language in your application
License MIT
Homepage https://github.com/badinansoft/nova-language-switch
Please rate this library. Is it a good library?
Informations about the package nova-language-switch
A Laravel Nova Tool to add language switcher to your application
This Nova tool allows you to:
- Add a language switcher to the header of the Nova application
- Handle language switching and cache the current locale across multiple browsers
- Switch the application direction for RTL-supported languages
Requirements
- PHP: >=8.0
- Laravel Nova: ^4.0|^5.0
Note: This package is not compatible with Nova 3
Features
- Add multiple languages from the configuration
- Remember locale settings using cache (no database table required)
- Auto-inject language switcher to the application header
- Easy 4-step setup
Screenshots
English | Arabic |
---|---|
![]() |
![]() |
Installation
Install the Nova tool via Composer:
Laravel 10 and Earlier
Register the tool in app/Providers/NovaServiceProvider.php
:
Register the middleware in app/Http/Kernel.php
:
Laravel 11
Register the tool in app/Providers/NovaServiceProvider.php
(same as Laravel 10):
Register the middleware in bootstrap/app.php
:
Publish the configuration file:
Configuration
Edit the published config file (config/language-switch.php
):
Credits
- Shahab Zebari
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of nova-language-switch with dependencies
PHP Build Version
Package Version
The package badinansoft/nova-language-switch contains the following files
Loading the files please wait ....