Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 878 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 878 Bytes

Room Planing Software v 1.0

A Symfony project created on December 11, 2016, 2:47 pm. #Symfony Collection ##Setup Oficial Wensite: https://symfony.com/doc/current/setup.html ##Run Dev Server

cd $env:room
php bin/console server:run

#Symfony Development commands Create Controller: php bin/console make:controller
Create DB entity: php bin/console make:entity
                            php bin/console make:migration
                            php bin/console doctrine:migrations:migrate
List all commands: php bin/console list
Create Form class: php bin/console make:form \