3 Commits

Author SHA1 Message Date
Peter Kokot
fd1338e3de Revert "Add automatic fixtures generator importer"
This reverts commit 5cdac95adc.

Due to the https://github.com/php/web-bugs/pull/77 discussion and
request from a prominent member of the PHP group - Kalle - I'm reverting
this awesome addition because it caused too many conflicts and issues.
So it is not worth of investing more from my side into this neither
having a ruined experience further on from any side here.

This fix has been really helpful with some development ways but people
who maintain this app further better have peace of mind...
2019-05-25 12:16:43 +02:00
Peter Kokot
5cdac95adc Add automatic fixtures generator importer
When developing site locally, developer needs to have data sets to run
manual tests, see how the app is built, and similar. The new additional
command line command using Symfony/Console component creates a main
scripts/console entry point for running Commands. Initial set of demo
fixtures data is generated using the faker library and includes most
data needed to use and test application manually in the local
environment.
2019-05-22 03:15:30 +02:00
Peter Kokot
16bea4f84a Refactor SQL files
This separates the SQL files according to its functionality:
- database.sql for creating only database
- schema.sql for creating only database schema
- fixtures.sql for inserting only data fixtures

This helps in building project from scratch with empty database with
only schema to insert custom development fixtures.
2018-10-24 20:29:19 +02:00