Download the PHP package outhebox/laravel-translations without Composer

On this page you can find all versions of the php package outhebox/laravel-translations. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-translations

Introduction | Roadmap | Installation | Usage | Upgrade | Changelog

Latest Stable Version Tests Total Downloads PHP from Packagist Laravel Version

Introduction

Laravel Translations UI package provides a user-friendly interface for managing translations in your Laravel application. It simplifies tasks such as adding, editing, deleting, and exporting translations. The package also includes a handy search feature and the ability to invite collaborators for easy translation management. Currently, the package is integrated with the Google Translate API, allowing you to translate your content into any language of your choice.

📺 Watch a 4-minute video by Povilas Korop showcasing the package.


Support

Thank you for considering supporting the development of this package! If you'd like to contribute, you can buy me a coffee or sponsor me to help keep me motivated to continue improving this package. You can also support the project by starring ⭐ the repository.

To buy me a coffee, click the button below:

Buy Me A Coffee

Requirements

Requires PHP 8.2+ and Laravel 11.x

Features

Roadmap

Installation

🚨 Important Notice: Breaking Changes in this Version 🚨

I would like to inform you that this version brings about substantial breaking changes, as the package stack has transitioned from Livewire to Inertia. This adjustment brings several improvements and optimizations, enhancing the overall performance and user experience.

To seamlessly adapt to these changes, please follow the steps below:

Uninstall the Previous Version

I've added a new command to help you uninstall the package and remove all its assets and configuration files and clean up the database, but please make sure to double-check that everything has been removed before proceeding with the installation of the new version, as this command is still in beta. To uninstall the package, run the following command:

Alternatively, you can manually remove the package by following these steps:

Install from Scratch

After uninstallation, perform a fresh installation of the package.

Before you can access the translations UI, you'll need to publish the package's assets and migrations files by running the following command:

Usage

To import your translations, run the following command:

To import and overwrite all previous translations, use the following command:

To access the translations UI, visit /translations in your browser. If you are using a production environment, you will need to create owner user first. To do so, run the following command:

This command will prompt you to enter the user's name, email, and password. Once you have created the owner user, you can log in to the translations UI dashboard and start managing your translations.

Exporting Translations

You can export your translations from the translations UI dashboard or by running the following command:

Configuration

You can configure the package and set your base language by publishing the configuration file:

This will publish the translations.php configuration file to your config directory.

Upgrading

When upgrading to a new major version of Laravel Translations UI, it's important that you carefully review the upgrade guide.

In addition, when upgrading to any new Translations UI version, you should re-publish Translations UI assets:

To keep the assets up-to-date and avoid issues in future updates, you may add the translations:publish command to the post-update-cmd scripts in your application's composer.json file:

Screenshots

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.


All versions of laravel-translations with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2|^8.3
based/momentum-modal Version ^0.3.0
brick/varexporter Version ^0.5.0
inertiajs/inertia-laravel Version ^1.0
spatie/laravel-package-tools Version ^1.0
stichoza/google-translate-php Version ^5.1
tightenco/ziggy Version ^2.0
ext-zip Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package outhebox/laravel-translations contains the following files

Loading the files please wait ....