menu
Html menu generator
File Explorer
Download Latest Version (.zip)- config.yml
- php-cs-fixer.yml
- psalm.yml
- run-tests.yml
- update-changelog.yml
- FUNDING.yml
- _index.md
- adding-items.md
- building-a-menu-from-a-data-source.md
- your-first-menu.md
- _index.md
- appending-and-prepending-html.md
- item-attributes.md
- non-list-menus.md
- parent-attributes.md
- _index.md
- bootstrap-menu.md
- _index.md
- active-items.md
- conditionally-adding-items.md
- manipulating-items.md
- _index.md
- conditional-items-based-on-permissions.md
- convenience-methods.md
- using-macros.md
- views-as-menu-items.md
- _index.md
- about-us.md
- changelog.md
- installation-and-setup.md
- introduction.md
- postcardware.md
- questions-and-issues.md
- requirements.md
- Arr.php
- Reflection.php
- Str.php
- Attributes.php
- Tag.php
- Activatable.php
- Conditions.php
- HasHtmlAttributes.php
- HasParentAttributes.php
- HasTextAttributes.php
- Activatable.php
- ActiveUrlChecker.php
- ExactUrlChecker.php
- HasHtmlAttributes.php
- HasParentAttributes.php
- Html.php
- Item.php
- Link.php
- Menu.php
- extraHtml.php
- FiltersTest.php
- HtmlTest.php
- LinkTest.php
- ActivatableTest.php
- callables.php
- MenuAddTest.php
- MenuBuildTest.php
- MenuExtraHtmlTest.php
- MenuSetActiveTest.php
- MenuSubmenuTest.php
- Pest.php
- TestCase.php
- .editorconfig
- .gitattributes
- .gitignore
- .php-cs-fixer.dist.php
- CHANGELOG.md
- composer.json
- LICENSE.md
- phpunit.xml.dist
- psalm.xml.dist
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/spatie/menu
Downloads the entire project code from GitHub to your computer.
cd menu
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
