Skip to content

This is our first Symfony project with 3 collaborators. Our project has a topic is "Video Sharing Service" and it was developed by PHP Symfony.

Notifications You must be signed in to change notification settings

ThienDuc1112/GCD0905_WEBG301_VideosManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to create "Video Sharing Service" project in Symfony

1. Initialize the project by, using the command:

composer create-project symfony/skeleton my-project

2. Install Twig template engine:

composer require twig

twig on IDEs.

3. Create controller:

Install library to create controller:

composer require --dev symfony/maker-bundle

Install Doctrine Annotations to implement custom function annotations for classes and PHP functions.

composer require doctrine/annotations

Make controller:

php bin/console make:controller

Result of make controller

About

This is our first Symfony project with 3 collaborators. Our project has a topic is "Video Sharing Service" and it was developed by PHP Symfony.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published