Download the PHP package coderscantina/laravel-translations without Composer
On this page you can find all versions of the php package coderscantina/laravel-translations. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download coderscantina/laravel-translations
More information about coderscantina/laravel-translations
Files in coderscantina/laravel-translations
Download coderscantina/laravel-translations
More information about coderscantina/laravel-translations
Files in coderscantina/laravel-translations
Vendor coderscantina
Package laravel-translations
Short Description Database driven translation for your Laravel application.
License MIT
Package laravel-translations
Short Description Database driven translation for your Laravel application.
License MIT
Keywords translationslaravel
Please rate this library. Is it a good library?
Informations about the package laravel-translations
Laravel Database Translation from Coder's Cantina
Database driven translations for your Laravel application
Features
- Store translations in database
- Integrates with Laravel's built-in translation system and helpers
Getting started
- Install this package
Install
Require this package with composer:
Migrate the database
To add the translations table execute:
Usage
Console command to add translations:
We strongly advice to use a dot notation to logically group translations, like:
errors.payments.declined
Use Laravel's built-in methods for retrieving translations, such as Lang::get()
, __
and trans
helpers.
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
All versions of laravel-translations with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
illuminate/database Version ^7.0||^8.0||^9.0||^10.0||^11.0
illuminate/support Version ^7.0||^8.0||^9.0||^10.0||^11.0
illuminate/database Version ^7.0||^8.0||^9.0||^10.0||^11.0
illuminate/support Version ^7.0||^8.0||^9.0||^10.0||^11.0
The package coderscantina/laravel-translations contains the following files
Loading the files please wait ....