PHP code example of inalto / filament-exposure-picker
1. Go to this page and download the library: Download inalto/filament-exposure-picker 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/ */
inalto / filament-exposure-picker example snippets
return $form
->schema([
...
ExposurePicker::make('exposure')
->label(__('inalto.report.fields.exposure'))
->suffixIcon('heroicon-o-sun'),
...
]);
bash
php artisan vendor:publish --tag="filament-exposure-picker-views"