Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pjehan/eni-edwm2203b-series
https://github.com/pjehan/eni-edwm2203b-series
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pjehan/eni-edwm2203b-series
- Owner: pjehan
- Created: 2022-07-18T09:29:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T09:44:28.000Z (over 2 years ago)
- Last Synced: 2024-04-15T15:53:30.519Z (9 months ago)
- Language: PHP
- Size: 365 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Projet Symfony Series
## Étapes de création projet
```shell
composer create-project symfony/skeleton:"^5.4" series
cd series
composer require webapp
```Installation de apache-pack :
```shell
composer require apache-pack
```