PHP code example of norman-huth / nova-hide-navigation
1. Go to this page and download the library: Download norman-huth/nova-hide-navigation library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
norman-huth / nova-hide-navigation example snippets
return [
'if_hide_header' => 'padding-top: 1.0rem;',
'if_hide_sidebar' => 'padding-left: 1.5rem;padding-right: 1.5rem;',
'if_hide_footer' => 'padding-bottom: 1.5rem;',
];
shell
php artisan vendor:publish --provider="NormanHuth\NovaHideNavigation\AssetServiceProvider"