PHPackages                             norman-huth/nova-hide-navigation - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. norman-huth/nova-hide-navigation

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

norman-huth/nova-hide-navigation
================================

Hiding Sidebar, Header or Footer in Laravel Nova.

v1.0.0(2y ago)21.1k↓33.3%[1 issues](https://github.com/Muetze42/nova-hide-navigation/issues)MITJavaScriptPHP ^7.3|^8.0

Since Nov 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Muetze42/nova-hide-navigation)[ Packagist](https://packagist.org/packages/norman-huth/nova-hide-navigation)[ Fund](https://huth.it/coffee)[ GitHub Sponsors](https://github.com/Muetze42)[ RSS](/packages/norman-huth-nova-hide-navigation/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Nova Hide Navigation
====================

[](#nova-hide-navigation)

Hiding Sidebar, Header or Footer in [Laravel Nova](https://nova.laravel.com/).
Just a small package. Useful if, for example, you want to use the Nova Dashboard on a smart TV in the office or something. ☕

[![Live Preview](https://raw.githubusercontent.com/Muetze42/Muetze42/main/files/btn-live-preview.jpg)](https://nova-demo.huth.it/dashboards/main?hide=all)

Installation
------------

[](#installation)

```
composer require norman-huth/nova-hide-navigation
```

Usage
-----

[](#usage)

Add `hide` query param to the Nova url.

### Hide Nova Header

[](#hide-nova-header)

```
https://my-nova.app/dashboards/main?hide=h

```

### Hide Nova Sidebar

[](#hide-nova-sidebar)

```
https://my-nova.app/dashboards/main?hide=s

```

### Hide Nova Footer

[](#hide-nova-footer)

```
https://my-nova.app/dashboards/main?hide=f

```

### Combine

[](#combine)

Examples

```
https://my-nova.app/dashboards/main?hide=fs
https://my-nova.app/dashboards/main?hide=hs
https://my-nova.app/dashboards/main?hide=hf

```

### Hide Header, Sidebar and Footer

[](#hide-header-sidebar-and-footer)

```
https://my-nova.app/dashboards/main?hide=all

```

### Optional: Add Custom CSS Code To The Content Container

[](#optional-add-custom-css-code-to-the-content-container)

Publish the config file and set up:

```
php artisan vendor:publish --provider="NormanHuth\NovaHideNavigation\AssetServiceProvider"
```

Example:

```
