• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
Bagisto Forum

Bagisto

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

Populate bagisto with dummy data

General Discussion
3
3
1.1k
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 15 Jan 2020, 11:41

    How can I populate bagisto with some dummy data?

    1 Reply Last reply Reply Quote 0
    • N
      Naresh-webkul last edited by 15 Jan 2020, 14:00

      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
      • about a year later
      • N
        noname123 last edited by 17 Apr 2021, 10:06

        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
        2 out of 3
        • First post
          2/3
          Last post