Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 568 Bytes

Readme.md

File metadata and controls

36 lines (26 loc) · 568 Bytes

fixtures

auto generate fixtures, i didn't havve the time to fill a database so juste fixtures You may encounter a problem saying

[TypeError]                                                        
  join(): Argument #2 ($array) must be of type ?array, string given

so just replace code like:

join($var, ' ');

TO

join(' ', $var);

To load fixtures:

php bin/console d:f:l

admin

sonata admin bundle, no firewall implemented, sorry for thet it's a long test

/admin

#front it's not that fancy design just showing data