PHP code example of mr-vaco / nova-statuses-manager
1. Go to this page and download the library: Download mr-vaco/nova-statuses-manager 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/ */
use MrVaco\NovaStatusesManager\Classes\StatusClass;
use MrVaco\NovaStatusesManager\Fields\Status;
public function fields(NovaRequest $request): array
{
return [
Status::make(__('Status'), 'status')
->options(StatusClass::LIST('short'))
->default(StatusClass::ACTIVE()->id),
];
}
StatusClass::BY_ID($id)
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.