Skip to content

Views Issue #24

@manshu

Description

@manshu

I fixed this issue last time, and looks like when i pull the package into my server, it's still showing me the old package. Can you change ?

public function boot()
    {

        $this->loadViewsFrom(base_path('resources/views/blog'), 'blog');
        $this->publishes([
            __DIR__.'/../../views' => base_path('resources/views/blog'),
        ]);
        include __DIR__."/../../routes.php";
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions