This repository contains an ultra slim bundle. It serves as a basis for practicing certain Symfony bundle development skills.
By completing the tasks below
Add service configuration for MessageBuilder: the MessageBuilder does not autowire out-of-the-box.
Some variables need to be different on each environment (think of database credentials for example). This is most commonly done by using environment variables.
MessageBuilder autowires, can you make it so that it accepts configuration from an
environment variable when implemented in an app?Every bundle should have unit tests, ensuring the functionality provided is proper and works. This is especially important for libraries or projects that are under constant development by multiple people.
How can I help you explore Laravel packages today?