Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikeheul/symfonynew
https://github.com/mikeheul/symfonynew
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikeheul/symfonynew
- Owner: mikeheul
- Created: 2024-02-11T19:10:08.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-15T19:48:20.000Z (11 months ago)
- Last Synced: 2024-11-09T15:18:01.823Z (3 months ago)
- Language: PHP
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Symfony New
This is a Symfony-based web application skeleton for new project.
## Installation
### Prerequisites
- PHP >=8.2
- Make (for Windows : https://gnuwin32.sourceforge.net/packages/make.htm)
- Composer
- Symfony CLI### Setup
1. Clone the repository:
```bash
make sfnew-clone
```2. Name the repo
3. Composer install
```bash
composer install
```