Bagisto Forum

    Bagisto

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

    Package Update

    Knowledge Base
    2
    2
    773
    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.
    • admin
      admin last edited by

      • I want to change some files in packages folder for example views and controllers, from where can I do that.

      • if changes deleted and overridden after any update of the bagisto package, what can I do in that case?

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

        Hi,

        To change controller & view, you need to create your own controller, route & view according to laravel documentation.
        To over ride controller -
        ->Your controller should contain the core path which you want to over ride & your method.
        ->Route will be provide in default route file & same as controller.

        To over ride view
        ->In laravel's default view , there is folder called 'vendor' , your all view file will be here followed by same directory structure as in bagisto's view. (like Shop & admin)

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