From b4235f97cfa9231f406279e18096791ee574cf6d Mon Sep 17 00:00:00 2001 From: Generation4 Date: Tue, 22 Sep 2020 07:40:06 +0300 Subject: [PATCH] Added description for Laravel 8 users --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index adbfa2b..0389184 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ Just require this package with composer. composer require kg-bot/laravel-localization-to-vue ``` +### Laravel 8.0+ +Laravel 8.0 require minimum of PHP 7.3. make sure you have at least PHP 7.3 before running composer. + ### Laravel 5.5+ Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.