You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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";
}
The text was updated successfully, but these errors were encountered:
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.
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 ?
The text was updated successfully, but these errors were encountered: