symbiote / silverstripe-collab
Symbiote Standard Implementation Set, Collaboration Package.
Installs: 203
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 2
Open Issues: 0
Type:silverstripe-module
Requires
- nyeholt/silverstripe-simplewiki: ~1.1
- sheadawson/silverstripe-select2: ~1.0
- silverstripe/event-calendar: ~1.0
- symbiote/silverstripe-frontend-dashboards: ~1.2
- symbiote/silverstripe-memberprofiles: ~1.1
- symbiote/silverstripe-microblog: ~2.10
- symbiote/silverstripe-notifications: ~1.0
- symbiote/silverstripe-seed: ~8.0
Replaces
- dev-master / 6.0.x-dev
- 5.2.x-dev
- 5.2.0
- 5.1.1
- 5.1.0
- 5.0.4
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 4.0.x-dev
- 4.0.1
- 4.0.0
- 3.0.x-dev
- 3.0.0
- 2.1.x-dev
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.x-dev
- 2.0.0
- 1.7.x-dev
- 1.7.0
- 1.6.x-dev
- 1.6.0
- 1.5.0
- 1.4.x-dev
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.x-dev
- 1.3.1
- 1.3.0
- 1.2.x-dev
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.x-dev
- 1.0.x-dev
This package is auto-updated.
Last update: 2024-10-13 14:18:39 UTC
README
The recommended module compilation for a base project, which provides the most common, and what we consider to be, the most fundamental components when building an intuitive and flexible platform for both users and developers alike.
These module dependencies will be updated over time, so please keep an eye out for future releases!
Requirement
- SilverStripe 3.1 → 3.6
Getting Started
The recommended approach is to use composer, considering the large number of module dependencies.
- Place the module and dependencies under your root project directory.
/dev/build
/dev/tasks/BootstrapCommunityTask
What's Included?
Among some quality of life improvements, you'll find the following modules included (and their benefits below).
Seed
The foundation for this, please have a read through the documentation provided for an overview on what's included.
Dropzone
This provides an improved, and consistent HTML5 file upload experience.
Event Calendar
This provides a calendar for upcoming events.
Frontend Dashboards
This provides a landing page that each user can personalise.
Member Profiles
This provides the ability to customise a user registration and profile management page.
Microblog
This provides powerful communication features that are commonly found across popular social media sites.
Notifications
This provides the ability to easily manage and send notifications from your code.
Select2
This provides some improved dropdown fields.
Simple Wiki
This provides the ability to create wiki pages, that are editable by users (with permissions) on the fly.