Download the PHP package tobento/app-message without Composer
On this page you can find all versions of the php package tobento/app-message. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package app-message
App Message
Message manager for the app.
Table of Contents
- Getting Started
- Requirements
- Documentation
- App
- Message Boot
- Creating Messages
- Translating Messages
- Logging Messages
- Credits
Getting Started
Add the latest version of the app message project running this command.
Requirements
- PHP 8.0 or greater
Documentation
App
Check out the App Skeleton if you are using the skeleton.
You may also check out the App to learn more about the app in general.
Message Boot
The message boot does the following:
- configures the messages factory
Creating Messages
Check out the Message Service - Messages Factory section to learn more about creating messages.
Translating Messages
Simply, install the App Translation bundle and boot the :
Messages will be translated based on the Configured Translator Locale.
The configured Message Translator Modifier uses the as resource name. Check out the Translation Resources and Translation Files Resources to learn more about it.
Check out the Add Translation or Migrate Translation section to learn how to add or migrate translations.
Logging Messages
Simply, install the App Logging bundle and boot the :
On the App Logging Config file define the logger used for messages:
Credits
- Tobias Strub
- All Contributors