Install

Requirements

Installation

1. Via Composer

Require PowerGrid via Composeropen in new window, run:

composer require power-components/livewire-powergrid

2. Publish Config files

Publish PowerGrid configuration file. Run the following command:

php artisan vendor:publish --tag=livewire-powergrid-config

The configuration file will be available at: config/livewire-powergrid.php.

3. Publish files (OPTIONAL)

Skip this step if you don't need to customize views (not recommended) or language files.

To publish Views, run:

php artisan vendor:publish --tag=livewire-powergrid-views

To publish Language files, run:

php artisan vendor:publish --tag=livewire-powergrid-lang