/Symfony-Articles

Symfony 4 app which implements basic CRUD functionality on articles.

Primary LanguagePHPApache License 2.0Apache-2.0

Symfony-Articles

Symfony 4 app which implements basic CRUD functionality on articles.

In .env file, you can add necessary info for your app to connect to DB. For this project, I used MySQL DB.

Created by following Symfony 4 best practices & code structure.