Skip to content

Commit 8ae636d

Browse files
committed
renamed package
1 parent 9ffdbee commit 8ae636d

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# Menu and sidebar management package for Laravel
22

3-
[![Version](https://img.shields.io/packagist/v/akaunting/menu?label=release)](https://github.com/akaunting/firewall/releases)
4-
![Downloads](https://img.shields.io/packagist/dt/akaunting/menu)
5-
![Tests](https://img.shields.io/github/workflow/status/akaunting/menu/Tests?label=tests)
3+
![Downloads](https://img.shields.io/packagist/dt/akaunting/laravel-menu)
4+
![Tests](https://img.shields.io/github/workflow/status/akaunting/laravel-menu/Tests?label=tests)
65
[![StyleCI](https://github.styleci.io/repos/180763610/shield?style=flat&branch=master)](https://styleci.io/repos/180763610)
7-
[![Quality](https://img.shields.io/scrutinizer/quality/g/akaunting/menu?label=quality)](https://scrutinizer-ci.com/g/akaunting/menu)
8-
[![License](https://img.shields.io/github/license/akaunting/menu)](LICENSE.md)
6+
[![Quality](https://img.shields.io/scrutinizer/quality/g/akaunting/laravel-menu?label=quality)](https://scrutinizer-ci.com/g/akaunting/laravel-menu)
7+
[![License](https://img.shields.io/github/license/akaunting/laravel-menu)](LICENSE.md)
98

109
This package intends to create and manage menus and sidebars for your Laravel app. It ships with ready-to-go presenters and you can create your own ones.
1110

@@ -16,7 +15,7 @@ This package intends to create and manage menus and sidebars for your Laravel ap
1615
Run the following command:
1716

1817
```bash
19-
composer require akaunting/menu
18+
composer require akaunting/laravel-menu
2019
```
2120

2221
### 2. Register

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "akaunting/menu",
3-
"description": "Menu and sidebar management package for Laravel.",
2+
"name": "akaunting/laravel-menu",
3+
"description": "Menu and sidebar management package for Laravel",
44
"keywords": [
55
"laravel",
66
"menu",

0 commit comments

Comments
 (0)