mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Merge branch '1.13' into 1.14
* 1.13: [Docs] Add 2.0-dev installation instructions
This commit is contained in:
commit
79c14bb1e6
2 changed files with 24 additions and 0 deletions
|
|
@ -19,6 +19,18 @@ To begin creating your new project, run this command:
|
||||||
|
|
||||||
composer create-project sylius/sylius-standard acme
|
composer create-project sylius/sylius-standard acme
|
||||||
|
|
||||||
|
.. tip::
|
||||||
|
|
||||||
|
We are about to release a new major version of Sylius, which is going to be 2.0.
|
||||||
|
Worry not, upgrading from 1.x to 2.x will be possible.
|
||||||
|
It is currently recommended to start with 1.x and upgrade the project once 2.0 is there,
|
||||||
|
but if you'd like to start playing around with the still-in-progress version, you can use this command to set the environment
|
||||||
|
on Sylius 2.0-ALPHA.X/BETA.X.
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
composer composer create-project --stability=dev sylius/sylius-standard:2.0.x-dev acme
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
Make sure to use PHP ^8.1. Using an older PHP version will result in installing an older version of Sylius.
|
Make sure to use PHP ^8.1. Using an older PHP version will result in installing an older version of Sylius.
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,18 @@ The easiest way to install Sylius on your local machine is to use the following
|
||||||
|
|
||||||
It will create a ``MyFirstShop`` directory with a brand new Sylius application inside.
|
It will create a ``MyFirstShop`` directory with a brand new Sylius application inside.
|
||||||
|
|
||||||
|
.. tip::
|
||||||
|
|
||||||
|
We are about to release a new major version of Sylius, which is going to be 2.0.
|
||||||
|
Worry not, upgrading from 1.x to 2.x will be possible.
|
||||||
|
It is currently recommended to start with 1.x and upgrade the project once 2.0 is there,
|
||||||
|
but if you'd like to start playing around with the still-in-progress version, you can use this command to set the environment
|
||||||
|
on Sylius 2.0-ALPHA.X/BETA.X.
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
composer composer create-project --stability=dev sylius/sylius-standard:2.0.x-dev acme
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
Are you familiar with Docker? Check out the :doc:`Sylius Installation Guide with Docker </book/installation/installation_with_docker>`
|
Are you familiar with Docker? Check out the :doc:`Sylius Installation Guide with Docker </book/installation/installation_with_docker>`
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue