Skip to content

Commit e62489a

Browse files
committed
Updates README for Laravel 12 support
Adds compatibility documentation for Laravel 12 including test results, requirements, limitations, and installation instructions.
1 parent 6ef9792 commit e62489a

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,40 @@ RabbitMQ Queue driver for Laravel
55
[![Total Downloads](https://poser.pugx.org/vladimir-yuldashev/laravel-queue-rabbitmq/downloads?format=flat-square)](https://packagist.org/packages/vladimir-yuldashev/laravel-queue-rabbitmq)
66
[![License](https://poser.pugx.org/vladimir-yuldashev/laravel-queue-rabbitmq/license?format=flat-square)](https://packagist.org/packages/vladimir-yuldashev/laravel-queue-rabbitmq)
77

8+
## Laravel 12.x Compatibility
9+
10+
This fork adds support for Laravel 12.x. Last tested on 2025-04-04.
11+
12+
### Test Results
13+
- Environment:
14+
- OS: Windows
15+
- PHP: 8.2.12
16+
- RabbitMQ: 3.12
17+
- Results:
18+
- Total tests: 61
19+
- Passed: 61
20+
- Assertions: 276
21+
- Skipped: 21 (expected due to environment-specific tests)
22+
23+
### Requirements
24+
- PHP ^8.2|^8.3
25+
- Laravel ^12.0
26+
- php-amqplib ^3.7
27+
28+
### Known Limitations
29+
- Horizon integration is pending future update
30+
- Some tests may require specific environment setup
31+
- Tested primarily on Windows environment
32+
33+
### Installation
34+
```json
35+
{
36+
"require": {
37+
"miladshakerdn/laravel-queue-rabbitmq": "dev-laravel-12-support"
38+
}
39+
}
40+
```
41+
842
## Support Policy
943

1044
Only the latest version will get new features. Bug fixes will be provided using the following scheme:

0 commit comments

Comments
 (0)