Download the PHP package wedevelopnl/silverstripe-menustructure without Composer
On this page you can find all versions of the php package wedevelopnl/silverstripe-menustructure. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wedevelopnl/silverstripe-menustructure
More information about wedevelopnl/silverstripe-menustructure
Files in wedevelopnl/silverstripe-menustructure
Package silverstripe-menustructure
Short Description Silverstripe module to create nested menus
License
Informations about the package silverstripe-menustructure
silverstripe-menustructure
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.jsonrequirements
Installation
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.
All versions of silverstripe-menustructure with dependencies
silverstripe/admin Version ^3.0
silverstripe/cms Version ^6.0
silverstripe/framework Version ^6.0
symbiote/silverstripe-gridfieldextensions Version ^5.0
unclecheese/display-logic Version ^4.0