Demo Project

PowerGrid version 5 demo

This repository provides a fully configured PowerGrid implementation on a Laravel 10 project.

⚡ Check the PowerGrid Table: app/Http/Livewire/DishesTable.php.


😎 This repository is kept up-to-date so you can use it as reference for your projects.

📚 See the Documentation for more information about configuration and features.

❇️ Visit PowerGrid main repository to see the latest changes on the package.

Notice of Non-Affiliation and Disclaimer: Livewire PowerGrid is not affiliated, associated, endorsed by, or in any way officially connected with the Laravel Livewire - copyright by Caleb Porzio.


How to use

The PowerGrid Demo Project runs in Laravel 10.

Requirements

Clone

Clone this repository and enter the project's directory:

git clone https://github.com/Power-Components/powergrid-demo-misc.git && cd powergrid-demo-misc

Install

Install dependencies with Composer:

composer install

Compile the project assets:

npm install && npm run dev

Configure your .env

Copy the .env.example into .env

cp .env.example .env 

Set up the database credentials in .env file:

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3308
DB_DATABASE=**your database name**
DB_USERNAME=**your database user**
DB_PASSWORD=**your database password**

Generate the application key.

php artisan key:generate

Prepare your Database

Run the migrations and seeders.

php artisan migrate --seed

Access the PowerGrid Demo

Serve your project:

php artisan serve

Support

For questions, issues, bug reports and feature requests, please use PowerGrid official GitHub Repository.

Please look into our previous issues to verify if your bug/question or feature request has been previously submitted.

📣 Submit a new issue.


💓 Thank you for downloading!