15
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

SymfonyのEditionまとめ

Posted at

Symfony Editions

SymfonyのEditionのまとめ
簡単な紹介だけなので、それぞれの使い方はリンク先を参照してください

Editionって?

こういうやつ

Symfony Standard Edition

Install

php composer.phar create-project symfony/framework-standard-edition <project-name> '~2.5'

Knp Rad Edition

Install

composer create-project -s dev --prefer-dist --dev knplabs/rad-edition <project-name>

Main Bundles

Symfony REST Edition

Install

composer create-project -s dev gimler/symfony-rest-edition <project-name>

Main Bundles

Symfony CMF Standard Edition

Install

composer create-project symfony-cmf/standard-edition <project-name> ~1.2

Main Bundles

Other Editions

Kunstmaan Bundles Standard Edition

Symfony CQRS Edition

The End

他にもGithub上に様々なEditionを見つけることができるかと思います。
用途に合わせてお使いください。

15
14
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
15
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?