Laravel Nova icon Nova Packages
B

Back Button Navigation

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/*/*",

    ]
];

Screenshots

Back to Top
Added 2 years ago
Last updated 3 Years Ago
Version v1.0.3
Nova Version ^4.0
Composer
visanduma/nova-back-navigation
GitHub stars 4
Packagist downloads 6,134

Favorites

3 users favorited

Rating

5.00
(out of 5)
★★★★★
★★★★
★★★
★★
1 ratings

Author

Tags

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas