Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

create livewire component

// for simple component
php artisan make:livewire componentName
// for Inline components
php artisan make:livewire componentName --inline
// If you wish to create components within sub-folders, you can use the following
php artisan make:livewire PostShow
php artisan make:livewire Post/Show
php artisan make:livewire post.show
 
PREVIOUS NEXT
Tagged: #create #livewire #component
ADD COMMENT
Topic
Name
2+3 =