Our package provides a simple Private Messages component for your Laravel application.
Requirements
Installation
Usage
Configuration
Additional features
Testing
License
Basic requirements for installation and correct operation:
PHP
>= 8.0
Laravel
>= 10.x || 11.x
Composer
>= 2.4.x
To install the package you need to run the following commands:
composer require sashagm/messages
php artisan messages:install
You can change and customize the necessary settings for yourself, you can find them in the configuration file config/ms.php
. All settings and parameter descriptions are shown here.
Our package provides a number of additional features that can be useful when working with themes:
php artisan messages:install
- This command will install all the necessary components of the package.
To check functionality, you can run a special command:
./vendor/bin/phpunit --configuration phpunit.xml
Laravel Messages is open source software licensed under the MIT license.