Download the PHP package roelofjan-elsinga/laravel-onesky without Composer
On this page you can find all versions of the php package roelofjan-elsinga/laravel-onesky. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download roelofjan-elsinga/laravel-onesky
More information about roelofjan-elsinga/laravel-onesky
Files in roelofjan-elsinga/laravel-onesky
Package laravel-onesky
Short Description Use artisan commands to keep track of your onesky translations
License MIT
Informations about the package laravel-onesky
Laravel Onesky (fork)
Notes about this forked version
This is a fork of the package: agares/laravel-onesky, but since it seems inactive, I'm maintaining a version here. The namespaces are still the same, so the only thing you have to do to migrate to this package, is replacing the installation like so:
Description
A seamless integration between Laravel and the Onesky API.
By using artisan commands you can easily push new phrases ready for translation and pull translated phrases ready for production.
Installation
Require this package using composer:
Which version to use?
- 1.0.0 uses Laravel 5.8
- 2.0.0 uses Laravel 6.0
- 3.0.0 uses Laravel 7.0
Usage
Copy the package config to your local config with the publish command:
Change the newly published onesky.php
file so that it matches your project.
Next, add ONESKY_API_KEY
and ONESKY_SECRET
to your .env
file.
When you are ready to translate your language files, use this simple artisan command to upload them to your OneSky account:
When your language files have been translated, use this command to download them directly into your project:
If you only want certain languages to be pulled, you can use the --lang=
flag:
If you have multiple projects, you can use the --project=
flag to specify the id:
Contributing
Bug Reports
All issues are welcome, to create a better product, but your issue should contain a title and a clear description of the issue. You should also include as much relevant information as possible and a code sample that demonstrates the issue.
Which Branch?
All bug fixes should be sent to the develop branch. Bug fixes should never be sent to the master
Security Vulnerabilities
If you discover a security vulnerability within Sherlock package, write an email to Ageras' development team.
Coding Style
Ageras' follows the PSR-2 coding standard and the PSR-4 autoloading standard.
StyleCI
StyleCI automatically fixes code style to match the standard.
License
Copyright (c) 2016: Ageras Aps and other contributors:
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.
All versions of laravel-onesky with dependencies
illuminate/support Version ^6.0|^7.0|^8.0|^9.0
illuminate/console Version ^6.0|^7.0|^8.0|^9.0
vlucas/phpdotenv Version ^5.0