https://github.com/scaytrase/symfony-sample
Sample symfony app for learning purposes
https://github.com/scaytrase/symfony-sample
Last synced: about 2 months ago
JSON representation
Sample symfony app for learning purposes
- Host: GitHub
- URL: https://github.com/scaytrase/symfony-sample
- Owner: scaytrase
- License: mit
- Created: 2016-12-05T18:48:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-06T13:44:42.000Z (over 8 years ago)
- Last Synced: 2025-02-14T04:48:37.738Z (4 months ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# symfony-sample
Sample symfony app for learning purposes## Run
```
git clone https://github.com/scaytrase/symfony-sample.git
cd symfony-sample
composer install
php bin/console server:run 0.0.0.0:8000
```