Electrik CLI
Electrik artisan's console commads
Electrik comes with two commands:
php artisan electrik:install
php artisan electrik:make
Both register themselves automatically with Laravel
Install command
Install command is the essence of Electrik. It installs all the necessary packages, migrations, notifications, etc.
Make command
electrik:make
command is used to publish a new controller and view. It publishes a Livewire component with some enhancements provided by Electrik.
Last updated
Was this helpful?