Hello World
1.x
1.x
  • Hello Electrik
    • Hello Electrik
  • Getting Started
    • Introduction
    • How Does Electrik Works?
    • Installation
    • Directory Structure
  • Digging Deeper
    • Architecture
    • Electrik CLI
Powered by GitBook
On this page
  • Install command
  • Make command

Was this helpful?

  1. Digging Deeper

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.

Goes without saying, that please install Ellectrik only on a fresh Laravell application.

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.

We have plans to introduce more features to make commands in upcoming versions.

PreviousArchitecture

Last updated 2 years ago

Was this helpful?