Skip to content

MGDSoft/personal-cv-symfony-flex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MGDSoft personal page using symfony flex

Requirements

To use symfony flex php 7.1 is required

Installation

Configure .env file with your db credentials

cp .env.dist .env
# Configure it

Install dependencies

composer install

Load db structure information

php bin/console doctrine:database:create
php bin/console doctrine:schema:create

Insert fixtures

# Doesnt work with default path for this issue https://github.com/doctrine/DoctrineFixturesBundle/pull/192
php bin/console doctrine:fixtures:load --fixtures=src/DataFixtures/ORM

run server

php bin/console server:run

Now you can access to the following routes:

http://127.0.0.1:8000/

http://127.0.0.1:8000/admin/

About

CV Page using symfony flex

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published