Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Views Issue #24

Open
manshu opened this issue Aug 22, 2016 · 3 comments
Open

Views Issue #24

manshu opened this issue Aug 22, 2016 · 3 comments

Comments

@manshu
Copy link

manshu commented Aug 22, 2016

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";
    }
@AlirezaAlgo
Copy link
Contributor

@manshu please send a pull request

@manshu
Copy link
Author

manshu commented Aug 26, 2016

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

It shows on the repo, but when i pull from composer, it doesn't work.

@manshu
Copy link
Author

manshu commented Sep 8, 2016

It's still not fixed, on my server im still getting the old "loadViewsFrom" function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants