Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

livewire inline 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: #livewire #inline #component
ADD COMMENT
Topic
Name
5+7 =