You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,10 @@ A few cool features of this package are:
18
18
## Installation
19
19
We recommend using [Composer](https://getcomposer.org) to install this package. This package supports [Laravel](https://laravel.com) versions >= 5.x.
20
20
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
22
25
composer require "luezoid/laravel-core:^6.0" # For Laravel version 6.x
23
26
composer require "luezoid/laravel-core:^5.0" # For Laravel version 5.x
24
27
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