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: 8 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T02:48:19.000Z (over 5 years ago)
- Last Synced: 2025-01-07T16:12:26.102Z (10 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 git@github.com: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}