From aa5d8c4ca009a2fe59ff53ccc7c775c0b1404fa5 Mon Sep 17 00:00:00 2001 From: Attila Fulop <1162360+fulopattila122@users.noreply.github.com> Date: Mon, 27 Feb 2023 18:45:48 +0200 Subject: [PATCH] README version compatiblity fixes - Thanks @arunkapil - Closes #10 --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 01c6ffb..31ffaee 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![StyleCI](https://styleci.io/repos/94574866/shield?branch=master)](https://styleci.io/repos/94574866) [![MIT Software License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE.md) -A quick and easy way to create menus in [Laravel 9-10](https://laravel.com/) +A quick and easy way to create menus in [Laravel v5.4 - v10](https://laravel.com/) ## Laravel Compatibility @@ -75,12 +75,9 @@ A quick and easy way to create menus in [Laravel 9-10](https://laravel.com/) composer require konekt/menu ``` -> This library supports: **Laravel**: 6.x - 9.x, **PHP**: 7.3 - 8.1 - ## Getting Started -You can define the menus in a [middleware](http://laravel.com/docs/master/middleware), -or in a service provider's boot method, so any request hits your +You can define the menus in a service provider's boot method, so any request hits your application, the menu objects will be available. ### Create A Menu