-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
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
Labels
No labels