Download the PHP package sirgrimorum/transarticles without Composer
On this page you can find all versions of the php package sirgrimorum/transarticles. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sirgrimorum/transarticles
More information about sirgrimorum/transarticles
Files in sirgrimorum/transarticles
Package transarticles
Short Description Localization using db table as source for translated text
License MIT
Homepage http://desarrollo.grimorum.com/andres/transarticles
Informations about the package transarticles
SirGrimorum's TransArticles
Localization using a datablase table for Laravel 5.6. Include a function to add Translation form DB to javascript.
Install
Via Composer
Create Table
OPTIONAL: Publish configuration file
Usage
Bring a translated article
OR
Articles to JavaScript
Load javascript object with all translations of a given scope
Load javascript object with translated article
Blade directives
Bring a translated article using the Blade directive
Load javascript object with all translations of a given scope using the Blade directive
Load javascript object with translated article using the Blade directive
When using blade directives, remember to clear de view:cache after each change in the articles table:
Seeding
TransArticles installs orangehill/iseed to create seed files from the DataBase data. There are 2 new commands:
To create seed files from the Articles table:
To create seed files from ALL the tables in de DataBase except the migrations table:
To create seed files from ALL the tables in de DataBase except the migrations table without suffix and forcing overwrite of prior seed files:
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- SirGrimorum link-author
- Grimorum Ltda. link-contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of transarticles with dependencies
laravel/framework Version >=5.4
orangehill/iseed Version >2.2
konekt/laravel-migration-compatibility Version >1.3