Skip to content

Commit

Permalink
README version compatiblity fixes
Browse files Browse the repository at this point in the history
- Thanks @arunkapil
- Closes #10
  • Loading branch information
fulopattila122 committed Feb 27, 2023
1 parent 31cdf53 commit aa5d8c4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit aa5d8c4

Please sign in to comment.