Skip to content

Commit f315708

Browse files
Update README.md
1 parent 97aef4c commit f315708

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Before getting started with Laravel API Handler, ensure your runtime environment
5252

5353
- **Programming Language:** PHP
5454
- **Package Manager:** Composer
55-
- **Laravel Version:** 10.0 or 11.0 *(may work in older version)*
55+
- **Laravel Version:** 7 or later
5656

5757

5858
### ⚙️ Installation
@@ -187,9 +187,9 @@ public function store()
187187

188188
### API Exception Handler
189189

190-
#### Laravel 11
190+
#### Laravel 11-12
191191

192-
To configure the API Exception Handler on Laravel 11, add the following configuration to your `boostrap/app.php` file:
192+
To configure the API Exception Handler on Laravel 11-12, add the following configuration to your `boostrap/app.php` file:
193193
```php
194194
use Harrisonratcliffe\LaravelApiHandler\ApiExceptionHandler;
195195

@@ -204,9 +204,9 @@ use Harrisonratcliffe\LaravelApiHandler\ApiExceptionHandler;
204204
})
205205
```
206206

207-
#### Laravel 10
207+
#### Laravel 7-10
208208

209-
To configure the API Exception Handler on Laravel 10, add the following configuration inside your render method of your `app/Exceptions/Handler.php` file:
209+
To configure the API Exception Handler on Laravel 7-10, add the following configuration inside your render method of your `app/Exceptions/Handler.php` file:
210210
```php
211211
use Harrisonratcliffe\LaravelApiHandler\ApiExceptionHandler;
212212

0 commit comments

Comments
 (0)