Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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}