Bagisto Forum

    Bagisto

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

    Invoke html and extent model/controller

    Modules
    2
    4
    851
    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.
    • R
      RK REZA last edited by

      How to invoke a input field in a package from other package & how to extend existed package functionalities. Like : add a field in $fallible or add new method in existed controller.

      I read "How to over right core module" but it seems to me very confusing. And didn't found where to start.

      It would be very helpful to have an article or a video tutorial.

      1 Reply Last reply Reply Quote 1
      • R
        rahul last edited by

        Hi,

        Override is best way extend functionalities of core system. You can create your own model, create migrations for same, In your model you can add your columns of table & override system's model & change then according to need.
        To do it - first of all, create your own package, after this create model and override it according to need, then create repository & controllers accordingly.
        If you face any issues while implementing it, write to us.
        We are updating our docs for make it more simple & convenient.

        1 Reply Last reply Reply Quote 0
        • R
          RK REZA last edited by

          @rahul said in Invoke html and extent model/controller:

          model

          Do I have override the whole functionalities or can I just extend some properties/methods?

          1 Reply Last reply Reply Quote 0
          • R
            rahul last edited by

            According to your need, you can extend it.

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