Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Populate bagisto with dummy data

    General Discussion
    3
    3
    1062
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • E
      eolykab last edited by

      How can I populate bagisto with some dummy data?

      1 Reply Last reply Reply Quote 0
      • N
        Naresh-webkul last edited by

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

        1 Reply Last reply Reply Quote 0
        • N
          noname123 last edited by

          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.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post