Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikeheul/sfmakefile
https://github.com/mikeheul/sfmakefile
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikeheul/sfmakefile
- Owner: mikeheul
- Created: 2024-01-31T12:47:06.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-02-04T20:17:22.000Z (12 months ago)
- Last Synced: 2024-11-09T15:18:02.077Z (3 months ago)
- Language: PHP
- Size: 215 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Symfony MakeFile Application
This is a Symfony-based web application that includes a section to display product / categories
## Installation
### Prerequisites
- PHP >=8.2
- Make (for Windows : https://gnuwin32.sourceforge.net/packages/make.htm)
- Composer
- Symfony CLI
- MySQL Database### Setup
1. Clone the repository:
```bash
git clone https://github.com/mikeheul/SfMakeFile.git [name_repo]
```2. Install dependencies:
```bash
make first-install
```
And ... that's it !