Skip to content

Commit 28f984f

Browse files
committed
Readme: updated installation section for various versions
1 parent 49f82fc commit 28f984f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ A few cool features of this package are:
1818
## Installation
1919
We recommend using [Composer](https://getcomposer.org) to install this package. This package supports [Laravel](https://laravel.com) versions >= 5.x.
2020

21-
composer require "luezoid/laravel-core" # For latest version of Laravel (>=7.x)
21+
composer require "luezoid/laravel-core" # For latest version of Laravel (>=10.x)
22+
composer require "luezoid/laravel-core:^9.0" # For Laravel version 9.x
23+
composer require "luezoid/laravel-core:^8.0" # For Laravel version 8.x
24+
composer require "luezoid/laravel-core:^7.0" # For Laravel version 7.x
2225
composer require "luezoid/laravel-core:^6.0" # For Laravel version 6.x
2326
composer require "luezoid/laravel-core:^5.0" # For Laravel version 5.x
2427
Next, configure your `app/Exceptions/Handler.php` and extend it with `Luezoid\Laravelcore\Exceptions\Handler`. Sample file can be seen [here](/examples/Exceptions/Handler.php).

0 commit comments

Comments
 (0)