Download the PHP package teampro/language-translation-scanner without Composer
On this page you can find all versions of the php package teampro/language-translation-scanner. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download teampro/language-translation-scanner
More information about teampro/language-translation-scanner
Files in teampro/language-translation-scanner
Download teampro/language-translation-scanner
More information about teampro/language-translation-scanner
Files in teampro/language-translation-scanner
Vendor teampro
Package language-translation-scanner
Short Description An elegant way to scan all text of blade files and send to database them.
License MIT
Package language-translation-scanner
Short Description An elegant way to scan all text of blade files and send to database them.
License MIT
Please rate this library. Is it a good library?
Informations about the package language-translation-scanner
Contact Us Form Package
An elegant way to scan all text of blade files and send to database them.
composer require teampro/language-translation-scanner
You should place it in config/app.php ===> 'providers' =>
'providers' => [ ...
TeamPro\TranslateScanner\TranslateScannerServiceProvider::class,
]
For finding texts use --- composer require nette/finder ---
Do --- php artisan migrate --- and scan it with --- php artisan scan:translation --- in cmd.
All formats of text must be --- t("your text here") --- in .blade.php files. For example:
t("your any texts here")
it may contain any tags which have t("your text here").All versions of language-translation-scanner with dependencies
PHP Build Version
Package Version
No informations.
The package teampro/language-translation-scanner contains the following files
Loading the files please wait ....