{"id":18036590,"url":"https://github.com/codexshaper/laravel-menu-builder","last_synced_at":"2025-10-06T18:47:32.453Z","repository":{"id":35137878,"uuid":"212247736","full_name":"Codexshaper/laravel-menu-builder","owner":"Codexshaper","description":"Laravel Drag and Drop Menu Builder","archived":false,"fork":false,"pushed_at":"2025-01-14T09:12:23.000Z","size":775,"stargazers_count":93,"open_issues_count":28,"forks_count":36,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-12T20:47:22.371Z","etag":null,"topics":["builder","drag-and-drop","draggable","laravel","menu","menubuilder","vuejs2"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Codexshaper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-02T03:26:45.000Z","updated_at":"2025-01-14T09:04:34.000Z","dependencies_parsed_at":"2025-03-21T16:32:54.424Z","dependency_job_id":null,"html_url":"https://github.com/Codexshaper/laravel-menu-builder","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codexshaper%2Flaravel-menu-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codexshaper%2Flaravel-menu-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codexshaper%2Flaravel-menu-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codexshaper%2Flaravel-menu-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Codexshaper","download_url":"https://codeload.github.com/Codexshaper/laravel-menu-builder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248631718,"owners_count":21136559,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["builder","drag-and-drop","draggable","laravel","menu","menubuilder","vuejs2"],"created_at":"2024-10-30T12:13:41.811Z","updated_at":"2025-10-06T18:47:32.388Z","avatar_url":"https://github.com/Codexshaper.png","language":"PHP","readme":"[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)\n[![Downloads](https://poser.pugx.org/Codexshaper/laravel-menu-builder/d/total.svg)](https://packagist.org/packages/Codexshaper/laravel-menu-builder)\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/Codexshaper/laravel-menu-builder.svg?style=flat-square)](https://packagist.org/packages/Codexshaper/laravel-menu-builder)\n\n# Laravel Menu Builder\nLaravel Menu Builder with VueJs and jQuery. Build your multi level menu within 5 minutes.\n\n[![Laravel Menu Builder Demo](https://img.youtube.com/vi/5hr8b9DR_HU/0.jpg)](https://www.youtube.com/watch?v=5hr8b9DR_HU)\n\n### Demo http://demo.codexshaper.com/admin/menus\n\n### Install the Package\n\n```\ncomposer require codexshaper/laravel-menu-builder\n```\n\n### Optional:\n\n    - If your mysql version is old then follow next steps\n       * Goto `app\\Providers\\AppServiceProvider.php` and open it in your text editor\n       * Add `use Illuminate\\Support\\Facades\\Schema;` on top under namespace\n       * Add `Schema::defaultStringLength(191);` in your boot method\n       \n#### Publish Resource, Configs, Migration and Seeding Database in a single command\n\n```\nphp artisan menu:install\n```\n#### run `php artisan serve`\n\n#### To check menus go to `http://127.0.0.1:8000/admin/menus` . You can change `admin` prefix from `config/menu.php`\n\n#### How to use Menu in your site? You can choose any one from two options\n\nOption 1:\n```\n@extends('menu::layouts.app')\n@section('content')\n    {{ menu('name') }}\n@endsection\n```\nOption 2:\n1. Call Menu anywhere on your site by calling `{{ menu('name') }}` or `@menu('name')`\n2. Link CSS and JS if you want to use our default design \n```\nCSS: \u003clink rel=\"stylesheet\" type=\"text/css\" href=\"{{ menu_asset('css/menu.css') }}\"\u003e\nJS: \u003cscript src=\"{{ menu_asset('js/menu.js') }}\"\u003e\u003c/script\u003e \n```\n3. 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`\n```\nCSS: \u003clink rel=\"stylesheet\" type=\"text/css\" href=\"{{ menu_asset('css/app.css') }}\"\u003e\nJS: \u003cscript src=\"{{ menu_asset('js/app.js') }}\"\u003e\u003c/script\u003e\n```\n\n## Authors\n\n* **Md Abu Ahsan Basir** - *Main Developer* - [github](https://github.com/maab16)\n* **Mahabubul Alam** - *Main designer* - [github](https://github.com/mahabubul1)\n\nSee also the list of [contributors](https://github.com/laravel-menu-builder/contributors) who participated in this project.\n\n## License\n\n[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)\n\n- **[MIT license](http://opensource.org/licenses/mit-license.php)**\n- Copyright 2019 © \u003ca href=\"https://github.com/Codexshaper/laravel-menu-builder/blob/master/LICENSE\" target=\"_blank\"\u003eCodexShaper\u003c/a\u003e.\n\n## Thanks\n* *Special Thanks to* \u003ca href=\"https://github.com/the-control-group/voyager\"\u003e **Voyager** \u003c/a\u003e *for awesome design concept*\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodexshaper%2Flaravel-menu-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodexshaper%2Flaravel-menu-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodexshaper%2Flaravel-menu-builder/lists"}