Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Pointers for getting started with SilverStripe modules


Go to End


2 Posts   612 Views

Avatar
Kenson

Community Member, 2 Posts

5 February 2013 at 4:12am

I am new to SilverStripe.
I would like to know how should I start develop a module for SilverStripe; some good tutorials to get me started. I visited http://doc.silverstripe.org/framework/en/topics/module-development but when I browse further "How to Add a link to your module in the main SilverStripe Admin Menu" (http://doc.silverstripe.org/framework/en/reference/leftandmain) then I get error page.

Thanks in advanced. :)

Avatar
copernican

Community Member, 189 Posts

5 February 2013 at 6:39am

Developing a module isn't really all that different from adding code/classes in your mysite/code folder. If it works in mysite/code, it works in your module! The key to making the module code work is to have a _config.php in the module folder. After that just develop as normal.

I would recommend taking a look at some of the other modules already developed such as the blog to get an idea of where to start.