xF2 Seeder

  • Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Radio

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,500
    7,740
    321
    localhost
    Heisenberg submitted a new resource:

    - Spam your forum for development purposes

    SeederForXF2
    This add-on helps in filling development board with dummy data.

    Usage

    • To start seeding all supported content types run: php cmd.php tck-seeder:seed
    • To seed only one specific content type, run: php cmd.php tck-seeder:seed --seed <content type>

     

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,500
    7,740
    321
    localhost
    Resource updated with a new update entry:



    Change log
    • Changed: Rewritten the job
    • Changed: Separated tck-seeder:seed command into two CLI commands
    • Fixed: Do not throw exception if seed handler does not exist

     

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,500
    7,740
    321
    localhost
    Resource updated with a new update entry:



    • PHP 7.4 compatibility
    • New: Set current time in XF after every seed data being inserted
    • New: Clear entity cache after every seed
    • New: Conversation and conversation message seeds
    • New: Allow specifying limit when running only a specific seed
    • Changed: Users will now watch their own threads when seeding
    • Changed: Updated Faker to be compatible with PHP 7.4
    • Fixed: When seeding pages node_name will be set...