Cocolabs-SAS / cocorico

👐 Cocorico is an open source marketplace solution for services and rentals. More information right here: https://www.cocorico.io/ 🚀 Cocorico is also available in an off-the-shelf SaaS package, check out https://www.hatch.li to launch your platform today. 😍 We are hiring (telecommute welcome 🏡): https://www.welcometothejungle.com/en/companies/cocorico/jobs/candidatures-spontanees#apply
https://www.cocolabs.com
MIT License
857 stars 610 forks source link

Should "app/SymfonyRequirements.php" really be in `.gitignnore`? #478

Closed stashingly2020 closed 4 years ago

stashingly2020 commented 4 years ago
Q A
Bug report? [x]
Feature request? [ ]
Support request? [ ]

When I run php bin/symfony_requirements (following the directions on https://github.com/Cocolabs-SAS/cocorico/blob/master/doc/installation-application.md), I see that it looks at app/SymfonyRequirements.php but this is not a file that I have access to because it's in .gitignore? Was ignoring it a mistake or did I miss something?

cocolabssas commented 4 years ago

Have you some issue to run php bin/symfony_requirements? Because SymfonyRequirements.php is now in var folder and is also in gitgnored folder. This file should not be versionned. Do you have a var folder ?

stashingly2020 commented 4 years ago

Hmm I did have some problem but now I don't. I see that that file is in var which I have.