wedevelopnl / silverstripe-menustructure
Silverstripe module to create nested menus
Installs: 2 986
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 10
Forks: 3
Open Issues: 2
Requires
- php: ^8.1
- silverstripe/cms: ^5
- silverstripe/display-logic: ^3.0
- symbiote/silverstripe-gridfieldextensions: ^4.0.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.20
- dev-main / 4.x-dev
- 4.0.1
- 4.0.0
- v3.x-dev
- 3.0.2
- 3.0.1
- 3.0.0
- v2.0.2
- v2.0.1
- 2.0.0
- 1.1.0
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-feature/KB-51-migration-task-namespaces
- dev-fix/account-for-non-existent-file
- dev-feature/ss-5
- dev-feature/menu-relationeditor
- dev-feature/added-docker-csfixer-etc
This package is auto-updated.
Last update: 2024-10-23 07:39:24 UTC
README
This module makes it possible to use multiple menus on 1 SilverStripe site, instead of using the "default" menu. The menus in this module are also more customizable then the "default" silverstripe menu.
Requirements
- See
composer.json
requirements
Installation
composer require wedevelopnl/silverstripe-menustructure
License
See License
Maintainers
Development and contribution
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. See read our contributing document for more information.
Getting started
We advise to use Docker/Docker compose for development.
We also included a Makefile to simplify some commands
Our development container contains some built-in tools like PHPCSFixer
and yarn
.
Getting development container up
make build
to build the Docker container and then run detached.
If you want to only get the container up, you can simply type make up
.
You can SSH into the container using make sh
.
Front-end
Webpack and yarn are used to compile front-end assets.
If you use the Docker environment, you can just run make yarn-watch
to watch for changes or run make yarn-build
to build assets (minified and production ready!)
All make commands
You can run make help
to get a list with all available make
commands.