{"id":15016882,"url":"https://github.com/power-components/powergrid-demo","last_synced_at":"2025-07-26T15:11:12.187Z","repository":{"id":43002479,"uuid":"363418655","full_name":"Power-Components/powergrid-demo","owner":"Power-Components","description":"🌎 Live Demo with ⚡ PowerGrid  examples","archived":false,"fork":false,"pushed_at":"2025-03-26T20:49:13.000Z","size":6701,"stargazers_count":57,"open_issues_count":0,"forks_count":14,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-02T13:53:01.457Z","etag":null,"topics":["alpine-js","bootstrap","data-tables","datatables","demo","editable-table","laravel","laravel-livewire","live-demo","livewire","livewire-datatables","livewire-editable-table","livewire-modal","livewire-packages","livewire-powergrid","livewire-scaffolding","php","powergrid-component","tailwind","tailwindcss"],"latest_commit_sha":null,"homepage":"https://demo.livewire-powergrid.com","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Power-Components.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-01T13:37:55.000Z","updated_at":"2025-03-26T20:49:17.000Z","dependencies_parsed_at":"2023-11-22T18:36:17.821Z","dependency_job_id":"fd454ebd-c4d4-4ffe-b629-43bbe000ca69","html_url":"https://github.com/Power-Components/powergrid-demo","commit_stats":{"total_commits":261,"total_committers":7,"mean_commits":"37.285714285714285","dds":0.4329501915708812,"last_synced_commit":"6656955ac3952e15abbf7a519ff4b577cf063427"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Power-Components%2Fpowergrid-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Power-Components%2Fpowergrid-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Power-Components%2Fpowergrid-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Power-Components%2Fpowergrid-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Power-Components","download_url":"https://codeload.github.com/Power-Components/powergrid-demo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248075596,"owners_count":21043620,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alpine-js","bootstrap","data-tables","datatables","demo","editable-table","laravel","laravel-livewire","live-demo","livewire","livewire-datatables","livewire-editable-table","livewire-modal","livewire-packages","livewire-powergrid","livewire-scaffolding","php","powergrid-component","tailwind","tailwindcss"],"created_at":"2024-09-24T19:49:31.102Z","updated_at":"2025-04-09T17:24:21.425Z","avatar_url":"https://github.com/Power-Components.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\t\u003cp\u003e\u003cimg  src=\"https://raw.githubusercontent.com/Power-Components/livewire-powergrid/main/art/header.jpg\" alt=\"PowerGrid Header\"\u003e\u003c/p\u003e\n\u003c/div\u003e\n\n# PowerGrid Demo\n\n## About\n\nThis repository is a catalog of code examples using [Livewire PowerGrid v5](https://livewire-powergrid.com/) in a Laravel application.\n\nThe resources available here are aimed at helping the user get up and running as fast as possible, and also allow everyone to stay up-to-date with the latest PowerGrid features.\n\n`🌎` See all examples live [here](https://demo.livewire-powergrid.com/).\n\n`📚` Read the [PowerGrid Documentation](https://livewire-powergrid.com/) for more information about configuration and features.\n\n`📦` Visit the [PowerGrid](https://github.com/Power-Components/livewire-powergrid) main repository to see the latest package features.\n\n## Stack\n\n- [Laravel 11](https://laravel.com/)\n- [Livewire v3](https://laravel-livewire.com)\n\n## Get Started\n\n### Requirements\n\n- [Git](https://github.com/git-guides/install-git)\n- [Composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-macos)\n- PHP 8.2+\n- [Npm](https://www.npmjs.com/get-npm)\n- A database (e.g. MySQL)\n\n### Clone\n\nClone this repository and enter the project's directory.\n\n```shell\ngit clone https://github.com/Power-Components/powergrid-demo.git \u0026\u0026 cd powergrid-demo\n```\n\n### Install\n\nInstall dependencies with Composer.\n\n```shell\ncomposer install\n```\n\nCompile the project assets.\n\n```shell\nnpm install \u0026\u0026 npm run dev\n```\n\n## Configure your .env\n\nCopy the `.env.example` into `.env`.\n\n```shell\ncp .env.example .env \n```\n\nSet up the database credentials in `.env` file.\n\n```shell\nDB_CONNECTION=mysql\nDB_HOST=127.0.0.1\nDB_PORT=3308\nDB_DATABASE=**your database name**\nDB_USERNAME=**your database user**\nDB_PASSWORD=**your database password**\n```\n\nGenerate the application key.\n\n```shell\nphp artisan key:generate\n```\n\n## Prepare your Database\n\nRun the migrations and seeders.\n\n```shell\nphp artisan migrate --seed\n```\n\n## Access the PowerGrid Demo\n\nServe your project:\n\n```shell\nphp artisan serve\n```\n\n## Support\n\nFor questions, technical inquiries, bug reports and feature requests, please use the [PowerGrid](https://github.com/Power-Components/livewire-powergrid) official GitHub Repository.\n\n\u003cbr/\u003e\n\n\u003chr\u003e\n\n\u003csup\u003e\u003cb\u003eNotice of Non-Affiliation and Disclaimer:\u003c/b\u003e Livewire PowerGrid is not affiliated with, associated with, endorsed by, or in any way officially connected with the \u003ca href=\"https://laravel-livewire.com\" target=\"_blank\"\u003eLaravel Livewire\u003c/a\u003e - copyright by Caleb Porzio. Laravel is a trademark of Taylor Otwell.\u003c/sup\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpower-components%2Fpowergrid-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpower-components%2Fpowergrid-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpower-components%2Fpowergrid-demo/lists"}