Reputation: 461
I'm starting with Neos.
Is there any extension repository for Neos as for TYPO3 CMS?
Or some tutorial on how to upgrade a TYPO3 (Extbase/Fluid) extension to Neos (Flow)?
Upvotes: 1
Views: 1079
Reputation: 41
Just stumbled upon this. By now, there is an official package repo which can be found under https://www.neos.io/download-and-extend/packages.html. It's still a flat list, but can be searched and will soon be filterable and such.
Upvotes: 3
Reputation: 198
My tip: Besides packagist you can also search directly on bitbucket or github for neos.
If you understand german you can also find some tips on this blog: http://blog.dotpulse.ch/?s=neos
Upvotes: 1
Reputation: 131
There is not yet any TYPO3 Neos Extension repository. Instead you can use http://packagist.org/ and search for typo3 or neos.
If a Neos "extension repository" will ever be available, it will probably be a subset of packagist packages anyway.
You could also check out git.typo3.org and search for repositories starting with Packages/
Upvotes: 3
Reputation: 924
There is no official extensions repository currently.
Since Typo3 Neos is not a replacement for Typo3 CMS there is no upgrade path as such. It is a completely different product - not a new product revision.
Upvotes: 2