Skip to content

Commit

Permalink
Screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Krato committed Jan 7, 2019
1 parent d58fd3e commit f629f40
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This tool allows you to create menus in Laravel Nova

<img width="1439" alt="menu builder Home" src="https://user-images.githubusercontent.com/42798230/50765532-7632ea80-1276-11e9-8fed-ec1f6d53983a.png">


<img width="1439" alt="Menu Builder Items" src="https://user-images.githubusercontent.com/42798230/50765390-06bcfb00-1276-11e9-9e82-fd7956507c78.png">


## Installation

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:
Expand Down
19 changes: 17 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
{
"name": "infinety-es/nova-menu-builder",
"description": "A Laravel Nova tool.",
"description": "Menu Builder Tool for Laravel Nova.",
"keywords": [
"laravel",
"nova"
"nova",
"menu",
"builder",
"infinety"
],
"license": "MIT",
"authors": [
{
"name": "Eric Lagarda",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "InfinetyEs",
"email": "[email protected]",
"role": "Maintainer"
}
],
"require": {
"php": ">=7.1.0"
},
Expand Down

0 comments on commit f629f40

Please sign in to comment.