Initial commit
This commit is contained in:
commit
3bc898dd10
130 changed files with 25918 additions and 0 deletions
8
run.sh
Executable file
8
run.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
symfony composer install
|
||||
|
||||
symfony console doctrine:database:drop --force
|
||||
symfony console doctrine:database:create
|
||||
symfony console doctrine:schema:create
|
||||
symfony console doctrine:fixtures:load -n
|
||||
|
||||
symfony server:start
|
Loading…
Add table
Add a link
Reference in a new issue