Powergrid Demo Save Abandoned

⚡ PowerGrid fully configured in a Laravel project.

Project README

PowerGrid Logo


Demo Project Migrate to https://github.com/Power-Components/powergrid-demo-misc


Demo Project

This repository provides a fully configured PowerGrid implementation on a Laravel 9 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.


This PowerGrid example was originally created for a living code session at Beer and Code Youtube channel.


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.git && cd powergrid-demo

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

Tests

This repository comes with starter tests written in Pest PHP.

To run tests, execute:

php artisan test

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!

Open Source Agenda is not affiliated with "Powergrid Demo" Project. README Source: Power-Components/powergrid-demo

Open Source Agenda Badge

Open Source Agenda Rating