This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* app/Livewire/CaritahuForm.php */ | |
| namespace App\Livewire; | |
| use Filament\Forms; | |
| use Filament\Forms\Get; | |
| use Livewire\Component; | |
| use Filament\Forms\Form; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // hasil dd($this->data) | |
| array:6 [▼ // app/Filament/Resources/ProjectResource/Pages/CreateProject.php:30 | |
| "project_name" => "Ikan Mas 3" | |
| "project_code" => "IKANMAS3" | |
| "workflow_type_id" => "2" | |
| "due_date" => "2024-04-26" | |
| "note" => "dtest" | |
| "docid" => array:1 [▼ | |
| "4487a3f6-dff9-4fdf-8977-de4e7479bcfa" => "01HVQBBWMDJ4G9TR1GAPVCTCQR.txt" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| class ProjectResource extends Resource | |
| { | |
| protected static ?string $model = Project::class; | |
| protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack'; | |
| /** | |
| * File upload dynamic |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace App\Providers\Filament; | |
| use Filament\Pages; | |
| use Filament\Panel; | |
| use Filament\Widgets; | |
| use Filament\PanelProvider; | |
| use Filament\Support\Colors\Color; | |
| use Filament\Http\Middleware\Authenticate; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php phpinfo(); ?> |