Bagisto Forum

    Bagisto

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

    Unable to locate a class or view for component [dynamic-component]

    Bug Report
    2
    4
    1990
    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.
    • D
      diazsasak last edited by

      Hi,

      i want to use laravel blade dynamic component feature. But the bagisto project cannot find the view or class of this build in laravel feature?

      acff5936-ee1e-4cb2-9d77-aa00a4753680-image.png

      1 Reply Last reply Reply Quote 0
      • devansh-webkul
        devansh-webkul last edited by

        Seems like your classes and view have not been found.

        1 Reply Last reply Reply Quote 0
        • D
          diazsasak last edited by

          Hi @devansh-webkul , thank you for your reply.

          this class and view is shipped with laravel, https://laravel.com/docs/8.x/releases#dynamic-blade-components

          Any idea how can that bagisto can't find the laravel build in class?

          1 Reply Last reply Reply Quote 0
          • D
            diazsasak last edited by

            i manually register it on AppServiceProvider at it work. Thanks

                Blade::component('dynamic-component', DynamicComponent::class);
            
            1 Reply Last reply Reply Quote 2
            • First post
              Last post