xF2 [BS] ACP Extended

  • 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,503
    7,742
    321
    localhost
    Heisenberg submitted a new resource:

    - Extension of admin panel functionality

    .features:
    • Button to add a phrase when editing a template modification and editing a template
    • Button to add a CSS template when editing a template
    • Color picker in template editor
    • Quickly create extensions for classes
      • Create extensible class hint for PHPStorm
      • Automatic parsing of used classes in an extensible class

     

    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,503
    7,742
    321
    localhost
    Resource updated with a new update entry:



    .changes:

    • Added commands for creating classes using the command line
      • xf-make:entity
        • Arguments:
          • Class
        • Options:
          • -f (--finder) create finder class
          • -r (--repository) create repository class
      • xf-make:finder
        • Arguments:
          • Class
      • xf-make:repo (xf-make:repository)
        • Arguments:
          • Class
      • xf-make:job
        • Arguments:
          • Class
          ...