tectonic / laravel-localisation by Oddman

A bridge package for Localisation and Laravel packages, bringing translation code for models and collections to Laravel 4/5.
10,360
13
17
Package Data
Maintainer Username: Oddman
Maintainer Contact: kirk@tectonic.com.au (Kirk Bushell)
Package Create Date: 2014-11-02
Package Last Update: 2024-04-25
Language: PHP
License: Unknown
Last Refreshed: 2024-04-27 03:12:21
Package Statistics
Total Downloads: 10,360
Monthly Downloads: 78
Daily Downloads: 2
Total Stars: 13
Total Watchers: 17
Total Forks: 2
Total Open Issues: 1

Laravel localisation

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

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.