Track Awesome Silverstripe Cms Updates Daily
Useful resources for Silverstripe CMS and framework
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 wernerkrauss/awesome-silverstripe-cms · ⭐ 47 · 🏷️ Content Management Systems
Jul 27, 2023
Virtualisation / Docker
- ddev setup - Howto setup ddev for use with Silverstripe CMS.
Dec 11, 2022
Official Websites
- www.s2-hub.com - S2Hub - European Silverstripe Association.
Jun 22, 2021
IDE Plugins
- Jetbrains / PHPStorm Silverstripe Template Language Support - Syntax highlighting for Silverstripe template files.
Dec 03, 2020
Documentation & Tutorials
- Font reference - Built in icon font for backend usage.
- TinyMCE Configuration Examples For SS3 (⭐30) - Configuration examples for the HTMLEditorField.
Nov 02, 2020
Module Listings
- Silverstripe Recipes on Packagist - Preconfigured sets of modules for different kind of projects.
Management
- SSPak (⭐46) - Tool for managing bundles of db/assets from Silverstripe environments.
- SSPy (⭐1) - Python version of SSPak, that can handle assets more than 2GB.
IDE Plugins
- VSCode Silverstripe - Syntax highlighting for Silverstripe template files in VSCode.
- PHPStorm / Webstorm Live Templates (⭐4) - Shortcuts for adding various Silverstripe specific code snippets.
Oct 30, 2020
Blogs
- Official Silverstripe Blog - News around Silverstripe CMS.
- SilverStrip.es - Useful findings of Silverstripe developers.
Video Channels
- Official StripeCon YouTube Channel - Talks of various StripeCon conferences.
Site Search
- Solr search (⭐10) - Interface for Solr search, supporting up to the latest Solr (9) version. With submodules for e.g. transitioning from the "Fulltext Search" module, as well as subsite, fluent and others.
Oct 11, 2020
Site Search
- Silverstripe Searchable (⭐13) - Adds more complex site searching using the Silverstripe ORM. With dedicated templates for search results across multiple search objects.
- Searchable DataObjects (⭐25) - Fast and simple MySQL based search. Useful for single language sites.
- Fulltext Search (⭐43) - Full fledged search interface for Solr4 (EOL).
- Fulltext Search Local Solr - Easy to install Solr4 (EOL) instance for local development.
Oct 08, 2020
Official Websites
- www.silverstripe.org - Framework and CMS.
- www.silverstripe.com - Silverstripe Ltd., the company behind the CMS.
Documentation & Tutorials
- API Docs - Autogenerated API documentation.
- Technical Documentation - For developers. Explains all core concepts.
- Using the CMS - Documentation for end users how to use the core features.
- Silverstripe Lessons - Learn how to build a Silverstripe site step by step with a real-world project.
Video Channels
- Official Silverstripe Vimeo Channel - Various videos from meetups and conferences.
Community
- Stack Overflow - Silverstripe related questions on Stack Overflow.
- Silverstripe User Slack - Community slack channel for instant help or hanging around with other developers.
- Forum - Official forum for asking questions or discussing.
Conferences & Meetups
- European Silverstripe Conference - Every year in another country.
- Meetups - A list of Silverstripe related Meetups.
Module Listings
- SSMods: Detailed Module Search - Alternative module search.
- Most Used Modules - Shows which modules are downloaded most.
General Modules
- Multiuser editing alert (⭐15) - Alerts users in the Silverstripe CMS when multiple people are editing the same page.
I18N (Internationalisation)
- Fluent (⭐91) - Multi-language translate module for Silverstripe, without having to manage separate site trees.
- Autotranslate (⭐4) - Creates automatic translations of fields using Google Translate API.
Development Helpers
- Debugbar (⭐55) - Shows debugging statistics in your browser.
- IdeAnnotator (⭐44) - Auto-generates class annotations on dev/build.
- Populate (⭐26) - Populate your database through YAML files.
- Mock DataObjects (⭐18) - Allows DataObjects to self-populate intelligently with fake data.
- Version Truncator (⭐34) - Automatically delete old SiteTree page versions.
- UserSwitcher (⭐16) - Adds a small form both in the frontend and backend to quickly login as any user.
- Masquerade (⭐15) - Allows an Administrator to "login" as another "Member". This can be useful for debugging and remote support.
Fancy Form Fields
- Markdown Field (⭐11) - Can replace your HTMLEditorFields (using TinyMCE) so you can utilise Markdown syntax.
- Code Editor Field (⭐25) - Gives you a syntax-highlighted text area field - great for CMS-based YAML or HTML.
Virtualisation / Docker
- brettt89/silverstripe-web - Apache + PHP Docker image with pre-installed PHP modules for Silverstripe support.
- brettt89/sspak - SSPak Docker image.
- brettt89/silverstripe-solr-cwp - CWP Solr Docker image.
Virtualisation / Vagrant
- Twisted Bytes - Useful vagrant box with multiple PHP versions, MariaDB or PostgreSQL, mail catcher and much more.
- Twisted Bytes Box Templates - Useful templates for different development scenarios using the Twisted Bytes vagrant box.
- Laravel Homestead (⭐3.8k) - Prepackaged box for local development.
- Scotchbox - Popular LAMP/LEMP stack for local development.
- Zauberfisch Vagrant Boxes (⭐6) - Preconfigured Vagrant boxes for SS3 and SS4.