Skip to content

bezgodov/symfony-test-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symfony test project

This is a simple test project which main purpose is to understand PHP Framework Symfony

Requirements

  • PHP >=7.1.3
  • MySQL >=5.5

Installation

$ git clone https://github.com/bezgodov/symfony-test-project.git
$ cd symfony-test-project
$ composer install

Customize DB connection Make a copy of .env and change DATABASE_URL variable

$ cp .env .env.local
$ open .env.local

Then install migrations

$ php bin/console doctrine:database:create
$ php bin/console make:migration
$ php bin/console doctrine:migrations:migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors