jerothor/bootstrap-livewire-ui

1.0.7 2023-03-19 06:13 UTC

This package is auto-updated.

Last update: 2023-03-19 06:13:39 UTC


README

Install the package:

composer require jerothor/bootstrap-livewire-ui

Make base UI scaffolding:

php artisan make:ui {--force}

Make auth scaffolding:

php artisan make:auth {--force}

Make Livewire components with a route method:

php artisan make:livewires {name} {--force}