Skip to content
This repository was archived by the owner on Aug 31, 2022. It is now read-only.
Robin edited this page Mar 15, 2022 · 11 revisions

This new version of needlify is based on a Symfony 6 architecture. Since this version, it is necessary to have a PHP version higher or equal to 8.0.2.

This new version offers many new features that are very useful for the development of Needlify.

If you want to install PHP on a windows machine, you can refer to this article.

If you wish, you can install a suitable version of PHP on your local machine, or you can use the Docker images that are available at the root of the project so that the development environment is the same for everyone.

If you want to use Docker for development, I invite you to refer to the documentation on this subject.

In this way, we limit the inconsistencies due to possible variations of version of the tools used.

How to contribute

  • Select an issue
  • Branch naming
  • Create an issue
  • Create a Pull Request

Standards

  • Coding style
  • Commit format
  • Pull Request format

Other references

Clone this wiki locally