mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
53ef257ff4
- Start with Getting Started - Apply consistent formatting (120 chars etc)
52 lines
2.5 KiB
Markdown
52 lines
2.5 KiB
Markdown
---
|
|
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.
|
|
---
|
|
|
|
## Getting Started with Silverstripe
|
|
|
|
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
|
|
[server requirements](/getting_started/server_requirements) you will need to meet and how to
|
|
[install Silverstripe with Composer](/getting_started/composer).
|
|
|
|
To check out the features that Silverstripe offers without installing it, read
|
|
the [Feature Overview](http://www.silverstripe.org/software/)
|
|
and play with our [interactive demos](http://silverstripe.org/try).
|
|
|
|
## Getting support
|
|
|
|
Silverstripe has a wide range of options for getting support:
|
|
|
|
* Get help on our [Slack channel](https://www.silverstripe.org/community/slack-signup/)
|
|
* Join our [forum](https://forum.silverstripe.org)
|
|
* Ask technical questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/silverstripe)
|
|
* 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/)
|
|
on the ["feature ideas" category](https://forum.silverstripe.org/c/feature-ideas) in our forums
|
|
|
|
## Building your first Silverstripe Web application
|
|
|
|
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.
|
|
|
|
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).
|
|
|
|
## Silverstripe Concepts
|
|
|
|
The [Developer Guides](/developer_guides) contain more detailed documentation on certain Silverstripe topics, 'how to'
|
|
examples and reference documentation.
|
|
|
|
[CHILDREN Folder=02_Developer_Guides]
|
|
|
|
## Contributing to Silverstripe
|
|
|
|
The Silverstripe Framework, Content Management System and related websites are open source and welcome community
|
|
contributions.
|
|
|
|
[CHILDREN Folder=05_Contributing]
|