mleko/lets-play

Update readme file for backend

Opened this issue · 1 comments

Missed out 'php'

Run php bin/console.php doctrine:migrations:migrate to create/update db schema
Run php bin/console.php server:run to run php built-in server.

mleko commented

Hmm, after composer install bin/console.php should be marked as executable, but I guess adding php might help if for some reason that didn't happen.
I you are willing to do so, please submit PR.