Recent Topics

Populate bagisto with dummy data



  • How can I populate bagisto with some dummy data?



  • Hi @eolykab ,
    you can use the following package from github :
    https://github.com/bagisto/laravel-data-faker
    to generate the dummy data.



  • Hi @Naresh-webkul,

    I tried using the link that you provided, but I get these errors.

    In Connection.php line 671:

    SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8mb4_general_c
    i,IMPLICIT) for operation '=' (SQL: update categories set _rgt = 26 where categories.id = 1)

    In PDOStatement.php line 119:

    SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8mb4_general_c
    i,IMPLICIT) for operation '='

    In PDOStatement.php line 117:

    SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8mb4_general_c
    i,IMPLICIT) for operation '='

    How can I fix them? Thank you.


Log in to reply