🚀 Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home2
/
birthday
/
wapi.krishivgroups.com
/
vendor
/
filament
/
forms
/
stubs
✏️
Editing: LayoutComponent.stub
<?php namespace {{ namespace }}; use Filament\Forms\Components\Component; class {{ class }} extends Component { protected string $view = '{{ view }}'; public static function make(): static { return app(static::class); } }
💾 Save Changes
❌ Cancel