定制 visanduma/nova-back-navigation 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

visanduma/nova-back-navigation

Composer 安装命令:

composer require visanduma/nova-back-navigation

包简介

The missing Back button of NOVA

README 文档

README

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

Laravel Nova back navigation

The missing Back button of laravel nova 4

This back button uses javascript history.back() method for navigation. Back button will be automatically attached to the default Card component. so additional configuration not needed

screenshot

Installation

  1. Run command
composer require visanduma/nova-back-navigation
  1. Register tool with NovaServiceProvider
use Visanduma\NovaBackNavigation\NovaBackNavigation;

class NovaServiceProvider extends NovaApplicationServiceProvider
{

public function tools()
    {
        return [
            ..
            new NovaBackNavigation(),
        ];
    }
    
  1. Publish language & config files (optional)
php artisan vendor:publish --provider="Visanduma\NovaBackNavigation\ToolServiceProvider"
  1. Great !. you are done

Configure any urls to show the back button

<?php

// config for nova back button

return [
    /*
    Enable back button for following routes
    */
    'enabled_urls' => [

        "nova/resources/*/*",

    ]
];

统计信息

  • 总下载量: 7.08k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-10-20

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固