2019-11-18 05:58:33 +01:00
---
2021-06-22 10:41:48 +02:00
title: Silverstripe Documentation
summary: Welcome to the Silverstripe Developer Documentation. This website is aimed at website developers looking to learn how to build and manage web applications with the Silverstripe Framework.
2019-11-18 05:58:33 +01:00
---
2011-02-07 07:48:44 +01:00
2021-06-22 10:41:48 +02:00
## Getting Started with Silverstripe
2011-02-07 07:48:44 +01:00
2021-06-22 10:41:48 +02:00
Before you start developing your first web application, you'll need to install the latest version of Silverstripe onto a
web server. The [Getting Started ](/getting_started ) section will show you what
2020-02-07 00:49:17 +01:00
[server requirements ](/getting_started/server_requirements ) you will need to meet and how to
2021-06-22 10:41:48 +02:00
[install Silverstripe with Composer ](/getting_started/composer ).
2011-02-07 07:48:44 +01:00
2021-06-22 10:41:48 +02:00
To check out the features that Silverstripe offers without installing it, read
the [Feature Overview ](http://www.silverstripe.org/software/ )
2019-10-11 02:48:29 +02:00
and play with our [interactive demos ](http://silverstripe.org/try ).
2011-02-07 07:48:44 +01:00
2021-06-22 10:41:48 +02:00
## Getting support
2011-02-07 07:48:44 +01:00
2021-06-22 10:41:48 +02:00
Silverstripe has a wide range of options for getting support:
2017-12-18 23:45:16 +01:00
* Get help on our [Slack channel ](https://www.silverstripe.org/community/slack-signup/ )
2021-06-22 10:41:48 +02:00
* Join our [forum ](https://forum.silverstripe.org )
* Ask technical questions on [Stack Overflow ](https://stackoverflow.com/questions/tagged/silverstripe )
2017-12-18 23:45:16 +01:00
* Read the technical reference in our [API Documentation ](http://api.silverstripe.org/ )
* Get a user-focused overview of the CMS features in our [User Help ](http://userhelp.silverstripe.com )
* Discuss new features, API changes and the development [roadmap ](http://www.silverstripe.org/software/roadmap/ )
2019-09-06 06:01:30 +02:00
on the ["feature ideas" category ](https://forum.silverstripe.org/c/feature-ideas ) in our forums
2011-02-07 07:48:44 +01:00
2021-06-22 10:41:48 +02:00
## Building your first Silverstripe Web application
2011-02-07 07:48:44 +01:00
2021-06-22 10:41:48 +02:00
Once you have completed the [Getting Started ](/getting_started ) guide and have got Silverstripe installed and running,
the following [Tutorials ](http://silverstripe.org/learn/lessons ) will lead through the basics and core concepts of
Silverstripe.
2011-02-07 07:48:44 +01:00
2021-06-22 10:41:48 +02:00
Make sure you know the basic concepts of PHP7 before attempting to follow the tutorials. If you have not programmed with
PHP5 be sure to read
the [Introduction to PHP5 (zend.com) ](http://devzone.zend.com/6/php-101--php-for-the-absolute-beginner ).
2011-02-07 07:48:44 +01:00
2021-06-22 10:41:48 +02:00
## Silverstripe Concepts
2011-02-07 07:48:44 +01:00
2021-06-22 10:41:48 +02:00
The [Developer Guides ](/developer_guides ) contain more detailed documentation on certain Silverstripe topics, 'how to'
2014-09-20 04:10:49 +02:00
examples and reference documentation.
[CHILDREN Folder=02_Developer_Guides]
2021-06-22 10:41:48 +02:00
## Contributing to Silverstripe
2014-09-20 04:10:49 +02:00
2021-06-22 10:41:48 +02:00
The Silverstripe Framework, Content Management System and related websites are open source and welcome community
2014-09-20 04:10:49 +02:00
contributions.
[CHILDREN Folder=05_Contributing]