1. Go to this page and download the library: Download arsenaltech/nova-tab 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/ */
arsenaltech / nova-tab example snippets
use Arsenaltech\NovaTab\Tabs;
abstract class Resource extends NovaResource
{
use Tabs;
use Arsenaltech\NovaTab\NovaTab;
new NovaTab('User Information', [
Text::make('Name')
->sortable()
->rules('que:users,email')
->updateRules('unique:users,email,{{resourceId}}')]),
new NovaTab('Address Information', $this->addressFields()),
new NovaTab('Other Information', $this->otherFields()),
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.