A system for presenting languages (in English), their short and long ISO names and their native name.

v1.0.2 2020-08-18 21:44 UTC

This package is auto-updated.

Last update: 2024-04-19 06:24:47 UTC


README

A simple package to display languages and ISO 639-1 short codes and long localization code (ie. en_US). Controllable via config so you can easily overwrite the list with your own.

Installation

You can install the package via composer:

composer require generalsystemsvehicle/in-one-ear

Usage

The facade provides basic access.

    Languages::all()

Changelog

1.0.0

Initial Release

Credits