Properties | Laravel Livewire

PHOTO EMBED

Mon May 27 2024 04:00:08 GMT+0000 (Coordinated Universal Time)

Saved by @tsesang

1class HelloWorld extends Component
2{
3    public $message;
4       //initializing properties witht the property
5    public function mount()
6    {
7        $this->message = 'Hello World!';
8    }
9}
content_copyCOPY

https://laravel-livewire.com/docs/2.x/properties