54 Commits

Author SHA1 Message Date
Maxime Hélias
fabf0b6d33 docs: add note 2023-12-06 16:57:40 +01:00
Maxime Hélias
f31a305385 feat: add caddy server extra 2023-12-04 23:21:02 +01:00
Zairig Imad
c5dae592bd Update the version of recommended Symfony version 2023-12-04 16:08:24 +01:00
Romain Monteil
1afdd0127f docs: add tips to pass local environment variables to containers 2023-12-03 20:45:56 +01:00
Cyrille Perois
f74c8c6cb8
docs: fix command to run containers (#512)
* docs(production): fix command to run containers

The commands were pointing to a `docker-compose.yml` file that doesn't exist. It's `compose.yaml` now.

* docs(tls): update config file name

* docs(extra-services): update config file name
2023-11-20 12:51:54 +01:00
Bredillet Thomas
55d0caacad Fix typos documentation
Fix typos documentation for windows users
2023-10-26 21:31:28 +02:00
Maxime Hélias
d620a5102a Adding --detach option to the command 2023-10-02 13:28:37 +02:00
Kévin Dunglas
88f5c19cac
feat: switch to FrankenPHP (#460) 2023-09-20 16:53:05 +02:00
Kévin Dunglas
b2d0b4a21d feat: faster builds 2023-08-03 16:08:59 +02:00
Kévin Dunglas
4f299d9f35
docs: minor improvements in production.md (#433) 2023-07-31 17:16:13 +02:00
bigindian66
61eee0441a SYMFONY constant have to be based on PHP one 2023-05-23 14:09:27 +02:00
ABDERRAHMANE ELFANNIR
a6238a445c
Typo (#387)
* Typo

* Update build.md

---------

Co-authored-by: Kévin Dunglas <kevin@dunglas.fr>
2023-03-07 12:49:33 +01:00
Maxime Helias
c10ea680ae
docs: add server name tips and custom https port note (#368)
* docs: add server name tips and custom https port note

* Update docs/build.md

Co-authored-by: Kévin Dunglas <kevin@dunglas.fr>

* Update docs/build.md

Co-authored-by: Kévin Dunglas <kevin@dunglas.fr>

Co-authored-by: Kévin Dunglas <kevin@dunglas.fr>
2023-01-20 09:32:22 +01:00
Maxime Hélias
f464553da4 docs: configuring a load balancer or a reverse proxy 2023-01-20 09:25:30 +01:00
Kaj de Munter
e4a090dd09 Match / and . in Makefile help regex 2022-12-21 15:27:47 +01:00
wira
8ebbaf1413 docs: use correct .PHONY syntax with colon (:) 2022-12-01 10:40:31 +01:00
Cosmin SANDU
e5e6f1c8f7 Update build doc to support Windows OS 2022-12-01 10:37:38 +01:00
Emanuele Panzeri
e67a28f630 feat: Allow local certificates to be used by Caddy 2022-11-25 14:36:53 +01:00
Loïc Vernet
54b9706fe0 fix: fixed reference code 2022-10-13 14:33:36 +02:00
Maxime Hélias
d25e7d6359 docs: Xdebug on symfony commands 2022-10-05 14:14:07 +02:00
Borislav Kosun
67c3a35795
fix: use !ChangeThisMercureHubJWTSecretKey! as default JWT secret key (#295) 2022-09-30 22:33:53 +02:00
Kévin Dunglas
90d3f391db
refactor: improve image, uniformize with API Platform (#275)
* refactor: improve image, uniformize with API Platform

* feat: remove the SKELETON arg
2022-08-05 10:21:54 +02:00
Kévin Dunglas
17a02310d5
feat: add native Xdebug support (#271)
* feat: add native Xdebug support

* cleanup

* fix review

* fix review

* Improve docs

* some more improvements

* remove useless env var
2022-08-04 14:47:59 +02:00
Robin Brisa
062e9f1986
docs: trust certificate on Windows (#272)
Added information about how to add the caddy cert to the trusted certificates on Windows as this info was only provided for Linux & Mac.
2022-08-01 20:08:24 +02:00
Maxime Hélias
6a941f244d feat: Promote Compose v2 2022-07-29 09:33:07 +02:00
Steven DUBOIS
95eed846dc
Replace unsupported wip tld by localhost (#254) 2022-06-14 01:05:02 +02:00
Dezső BICZÓ
f97d1ce163 Typo fix 2022-03-15 10:56:54 +01:00
Kévin Dunglas
fcff96b691 docs(xdebug): fix host on Linux 2021-12-22 13:59:56 +01:00
Pieter Eggink
8a9b8c8e26 fix: multistage alias from lower to uppercase 2021-12-15 19:05:53 +01:00
Martin Güthler
28624621ca
feat: make HTTP ports variable (#195) 2021-12-10 19:00:31 +01:00
Loïc Vernet
d4c3b50e68
doc: precision about makefile (#185) 2021-10-28 12:27:40 +02:00
Maxime Helias
97ae6ef106
docs: Add new extra services availables (#183) 2021-10-25 20:41:11 +02:00
Loïc Vernet
2e31a39382
Added a Makefile (#180) 2021-10-07 13:48:05 +02:00
Romain Monteil
9d192405e0
docs: Improve Xdebug configuration documentation with PHPStorm (#162) 2021-06-23 10:36:31 +02:00
Abdouni Abdelkarim
a1a9ceb254
docs: add a section for xdebug in PHPStorm (#160) 2021-06-18 18:47:46 +02:00
Abdouni Abdelkarim
35519d553b
docs: fix typo in xdebug.md (#159) 2021-06-18 18:47:07 +02:00
Jacob Dreesen
9e559b7556
Fix typos in the docs (#158) 2021-06-18 16:17:56 +02:00
Kévin Dunglas
74d44b8cc0
docs: explain how to use SF Docker with an existing project (#156) 2021-06-18 14:39:55 +02:00
Kévin Dunglas
c99c188211
feat: allow to install the website skeleton (#152)
* feat: allow to install the website skeleton

* wip

* wip

* cleanup

* revert rename in docs

* cleanup
2021-06-14 15:12:18 +02:00
Kévin Dunglas
a0192fdac4
docs: remove Messenger from the list of supported packages (#151) 2021-06-10 23:08:58 +02:00
Kévin Dunglas
1942af61f2
feat: compat with MercureBundle 0.3 (#128)
* feat: compat with MercureBundle 0.3

* fix: review
2021-06-10 23:08:42 +02:00
Torben Brümmer
994a8a2fa3
feat: update xdebug version to 3.0.4 (#141) 2021-05-07 10:44:45 +02:00
Kévin Dunglas
d6f3e7653f
feat: synchronize with API Platform's definition (#113) 2021-02-09 10:42:17 +01:00
Gary PEGEOT
07c4602412
Typo fix 2020-12-21 17:42:57 +00:00
Gary PEGEOT
542d37e217
Update doc for Xdebug 3 2020-12-18 11:16:37 +00:00
Maxime Hélias
2d9638f3ae fix: update SSL trust issue 2020-12-04 21:32:34 +01:00
Kévin Dunglas
7cb8668cb2
feat: add built-in Mercure support (#89)
* feat: Mercure support

* feat: add native Mercure support

* improvements

* feat: add Mercure UI

* fix: typo

* finish
2020-12-02 00:29:12 +01:00
Maxime Helias
05d7a189de
Merge pull request #86 from thePanz/patch-1
docs: Mention HTTPs redirect fix in documentation
2020-11-30 21:52:40 +01:00
Emanuele Panzeri
be50d1457c
Update troubleshooting.md 2020-11-30 09:50:30 +01:00
Kévin Dunglas
2ea0c474c3
docs: symfony/orm-pack now installs a Postgres service 2020-11-25 00:38:08 +01:00