tectonic/laravel-localisation

There is no license information available for the latest version (2.2.0) of this package.

A bridge package for Localisation and Laravel packages, bringing translation code for models and collections to Laravel 4/5.

2.2.0 2024-01-09 03:03 UTC

README

Circle CI

A bridge package for providing Laravel specific components and implementations of the Localisation package.

Installation

Install via composer:

composer require tectonic/laravel-localisation

Documentation

You can view the rest of the documentation here: (https://github.com/tectonic/laravel-localisation/wiki)

Changelog

2.0.1

2.0.0

  • Support for Laravel 8

1.3.2

  • Small fix for publishing configuration

1.3.0

  • Updated dependencies so that the package is not so dependent on a specific model, but rather simply an Eloquent model.

License

The MIT License (MIT) [OSI Approved License] The MIT License (MIT)

Copyright (c) 2014 Tectonic Digital

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.