Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khachornchit/php
Symfony Framework is the leading PHP framework to create websites and web applications. I use the advantages features of Symfony, domain driven design (DDD) concept, doctrine, mirgrations, entity, repository, etc.
https://github.com/khachornchit/php
mysql php phpunit symfony symfony4
Last synced: 9 days ago
JSON representation
Symfony Framework is the leading PHP framework to create websites and web applications. I use the advantages features of Symfony, domain driven design (DDD) concept, doctrine, mirgrations, entity, repository, etc.
- Host: GitHub
- URL: https://github.com/khachornchit/php
- Owner: khachornchit
- License: mit
- Created: 2018-06-22T07:46:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T02:48:19.000Z (almost 5 years ago)
- Last Synced: 2024-11-10T12:47:07.243Z (2 months ago)
- Topics: mysql, php, phpunit, symfony, symfony4
- Language: PHP
- Homepage:
- Size: 24.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Symfony 4 Web Application
Example of Web Application using PHP Symfony 4 framework. Symfony Framework is the leading PHP framework to create websites and web applications.I develop, upgrade, and maintenance Symfony framework using the advantages features of Symfony, domain driven design (DDD) concept, doctrine, mirgrations, entity, repository, etc.
#### Setup Guide
* git clone [email protected]:Khachornchit/PHP-Symfony-4-Development.git
* cd PHP-Symfony-4-Development
* composer install#### Database configuration at file .env
* DATABASE_URL=mysql://{username}:{password}@host:port/{database-name}