承接 codexshaper/laravel-menu-builder 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

codexshaper/laravel-menu-builder

Composer 安装命令:

composer require codexshaper/laravel-menu-builder

包简介

Laravel Drag and Drop Menu Builder

README 文档

README

License Downloads Latest Version on Packagist

Laravel Menu Builder

Laravel Menu Builder with VueJs and jQuery. Build your multi level menu within 5 minutes.

Laravel Menu Builder Demo

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

Install the Package

composer require codexshaper/laravel-menu-builder

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

php artisan menu:install

run php artisan serve

To 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 options

Option 1:

@extends('menu::layouts.app')
@section('content')
    {{ menu('name') }}
@endsection

Option 2:

  1. Call Menu anywhere on your site by calling {{ menu('name') }} or @menu('name')
  2. Link CSS and JS if you want to use our default design
CSS: <link rel="stylesheet" type="text/css" href="{{ menu_asset('css/menu.css') }}">
JS: <script src="{{ menu_asset('js/menu.js') }}"></script> 
  1. Optional: If you don't have jQuery and bootstrap in your page then add app.css before menu.css and add app.js before menu.js
CSS: <link rel="stylesheet" type="text/css" href="{{ menu_asset('css/app.css') }}">
JS: <script src="{{ menu_asset('js/app.js') }}"></script>

Authors

  • Md Abu Ahsan Basir - Main Developer - github
  • Mahabubul Alam - Main designer - github

See also the list of contributors who participated in this project.

License

License

Thanks

  • Special Thanks to Voyager for awesome design concept

统计信息

  • 总下载量: 2.57k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 93
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 93
  • Watchers: 8
  • Forks: 36
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-10-02

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固