Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,39 @@ Laravel Menu Builder with VueJs and jQuery. Build your multi level menu within 5

![thumbnail.jpg](https://imgbbb.com/images/2019/10/03/thumbnail.jpg)

#Demo http://demo.codexshaper.com/admin/menus
## Demo http://demo.codexshaper.com/admin/menus

#Installation: https://youtu.be/1-IHy1Xur-I
## Installation: https://youtu.be/1-IHy1Xur-I

#Configuration: https://youtu.be/0Nvoc3hzCug
## Configuration: https://youtu.be/0Nvoc3hzCug

#Build Menu: https://youtu.be/iA8JVR9QV_0
## Build Menu: https://youtu.be/iA8JVR9QV_0

#How to Use: https://youtu.be/_7rxHe_a1mI
## How to Use: https://youtu.be/_7rxHe_a1mI

#Install the Package
## Install the Package

```
composer require codexshaper/laravel-menu-builder
```

#Optional:
## Optional:

- If your mysql version is old then follow next steps
* Goto `app\Providers\AppServiceProvider.php` and open it in your text editor
* Add `use Illuminate\Support\Facades\Schema;` on top under namespace
* Add `Schema::defaultStringLength(191);` in your boot method

#Publish Resource, Configs, Migration and Seeding Database in a single command
## Publish Resource, Configs, Migration and Seeding Database in a single command

```
php artisan menu:install
```
#run `php artisan serve`
## run `php artisan serve`

#for check menus go to `http://127.0.0.1:8000/admin/menus` . You can change `admin` prefix from `config/menu.php`
## for check menus go to `http://127.0.0.1:8000/admin/menus` . You can change `admin` prefix from `config/menu.php`

#How to use Menu in your site? You can choose any one from two uses
## How to use Menu in your site? You can choose any one from two uses

Use 1:
```
Expand Down