All Projects → sonata-project → dev-kit

sonata-project / dev-kit

Licence: other
Development kit of the Sonata-Project

Programming Languages

PHP
23972 projects - #3 most used programming language
Twig
543 projects

Projects that are alternatives of or similar to dev-kit

SonataDoctrineMongoDBAdminBundle
Symfony Sonata / Integrate Doctrine MongoDB ODM into the SonataAdminBundle
Stars: ✭ 64 (+56.1%)
Mutual labels:  sonata
SonataDashboardBundle
[Abandoned] Provides a Dashboard management through container and block services
Stars: ✭ 17 (-58.54%)
Mutual labels:  sonata
SonataTimelineBundle
[Abandoned] Integrates SpyTimelineBundle into Sonata
Stars: ✭ 24 (-41.46%)
Mutual labels:  sonata
Sonataadminbundle
The missing Symfony Admin Generator
Stars: ✭ 2,039 (+4873.17%)
Mutual labels:  sonata
SonataAnnotationBundle
Annotations for Sonata Admin
Stars: ✭ 23 (-43.9%)
Mutual labels:  sonata
twig-extensions
Sonata twig extensions
Stars: ✭ 65 (+58.54%)
Mutual labels:  sonata
SonataTranslationBundle
SonataTranslationBundle
Stars: ✭ 72 (+75.61%)
Mutual labels:  sonata
SonataAdminSearchBundle
[Abandoned] Implement Search Engine (ElasticSearch) inside Sonata Admin
Stars: ✭ 19 (-53.66%)
Mutual labels:  sonata
SonataFormatterBundle
Symfony SonataFormatterBundle
Stars: ✭ 78 (+90.24%)
Mutual labels:  sonata

Sonata project development kit

This repository contains all common documentation and tools for all Sonata projects.

This one must be the only reference for how to contribute on those projects.

Base URL: https://master-7rqtwti-ptm4dx6rjpjko.eu-5.platformsh.site/

Installation

git clone [email protected]:sonata-project/dev-kit.git
composer install
symfony serve

And you can now access locally to dev-kit at http://127.0.0.1:8000/.

Many variables in .env are tokens you will need to change.

If your symfony connect account was added to the symfony cloud server, you can

  • Deploy the master branch with symfony deploy.
  • Access to the server by ssh (in order to run commands) with symfony ssh.

This project implements many useful commands, you'll may need:

  • bin/console auto-merge: Merges branches of repositories if there is no conflict.
  • bin/console release: Helps with a project release.
  • bin/console dispatch:files: Dispatches files for all sonata projects.

For the list of all commands run bin/console list.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].