laravel-messages maintained by aifst
Last update
2026/06/16 11:13
License
Require
- php ^7.4|^8.0
- ext-json *
- nesbot/carbon ^2.31|^3.0
- illuminate/database ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0
Last update
2026/06/16 11:13
License
Require
- php ^7.4|^8.0
- illuminate/database ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0
- nesbot/carbon ^2.31|^3.0
- ext-json *
Last update
2026/06/16 10:56
License
Require
- php ^7.4|^8.0
- illuminate/database ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- nesbot/carbon ^2.31|^3.0
- ext-json *
Last update
2025/02/21 17:56
License
Require
- php ^7.4|^8.0
- illuminate/database ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- nesbot/carbon ^2.31
- ext-json *
Last update
2024/09/28 11:24
License
Require
- php ^7.4|^8.0
- illuminate/database ^6.0|^7.0|^8.0
- nesbot/carbon ^2.31
- ext-json *
Last update
2023/12/06 19:26
License
Require
- php ^7.4|^8.0
- illuminate/database ^6.0|^7.0|^8.0
- nesbot/carbon ^2.31
- ext-json *
Last update
2022/10/16 16:59
License
Require
- php ^7.4|^8.0
- illuminate/database ^6.0|^7.0|^8.0
- nesbot/carbon ^2.31
- ext-json *
Last update
2022/04/02 20:38
License
Require
- php ^7.4|^8.0
- illuminate/database ^6.0|^7.0|^8.0
- nesbot/carbon ^2.31
- ext-json *
Last update
2022/04/02 18:29
License
Require
- php ^7.4|^8.0
- illuminate/database ^6.0|^7.0|^8.0
- nesbot/carbon ^2.31
- ext-json *
Last update
2022/04/01 13:38
License
Require
- php ^7.4|^8.0
- illuminate/database ^6.0|^7.0|^8.0
- nesbot/carbon ^2.31
- ext-json *
Last update
2022/04/01 13:36
License
Require
- php ^7.4|^8.0
- illuminate/database ^6.0|^7.0|^8.0
- nesbot/carbon ^2.31
- ext-json *
Last update
2022/02/11 09:12
License
Require
- php ^7.4|^8.0
- illuminate/database ^6.0|^7.0|^8.0
- nesbot/carbon ^2.31
- ext-json *
Last update
2022/02/08 15:21
License
Require
- php ^7.4|^8.0
- illuminate/database ^6.0|^7.0|^8.0
- nesbot/carbon ^2.31
- ext-json *
Last update
2021/11/23 15:50
License
Require
- php ^7.4|^8.0
- illuminate/database ^6.0|^7.0|^8.0
- nesbot/carbon ^2.31
- ext-json *
Last update
2021/11/09 20:17
License
Require
- php ^7.4|^8.0
- illuminate/database ^6.0|^7.0|^8.0
- nesbot/carbon ^2.31
- ext-json *
Last update
2021/11/09 10:45
License
Require
- php ^7.4|^8.0
- illuminate/database ^6.0|^7.0|^8.0
- nesbot/carbon ^2.31
- ext-json *
Last update
2021/10/19 15:47
License
Require
- php ^7.4|^8.0
- illuminate/database ^6.0|^7.0|^8.0
- nesbot/carbon ^2.31
- ext-json *
Last update
2021/10/01 19:45
License
Require
- php ^7.4|^8.0
- illuminate/database ^6.0|^7.0|^8.0
- nesbot/carbon ^2.31
- ext-json *
Last update
2021/07/23 12:13
License
Require
- php ^7.4|^8.0
- illuminate/database ^6.0|^7.0|^8.0
- nesbot/carbon ^2.31
- ext-json *
Last update
2021/07/23 12:10
License
Require
- php ^7.4|^8.0
- illuminate/database ^6.0|^7.0|^8.0
- nesbot/carbon ^2.31
- ext-json *
Installation
- You can install the package via composer:
composer require "aifst/laravel-messages:^1.0.0"
- Optional: The service provider will automatically get registered. Or you may manually add the service provider in your config/app.php file:
'providers' => [
// ...
Aifst\MessagesServiceProvider::class,
];
- You should publish the migration and the config/messages.php config file with:
php artisan vendor:publish --provider="Aifst\MessagesServiceProvider"