All Projects → Power-Components → powergrid-demo

Power-Components / powergrid-demo

Licence: other
⚡ PowerGrid fully configured in a Laravel project.

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects
shell
77523 projects

Projects that are alternatives of or similar to powergrid-demo

Goodwork
Self hosted project management and collaboration tool powered by TALL stack
Stars: ✭ 1,730 (+4452.63%)
Mutual labels:  livewire, tailwind, laravel-livewire
movie-app
🌈 TMDB + Laravel + LiveWire + AlpineJS + ViewModels + Components = ❤️ Movies App 🔥
Stars: ✭ 43 (+13.16%)
Mutual labels:  laravel-livewire, alpine-js
Limg
An image hosting service powered by Laravel
Stars: ✭ 41 (+7.89%)
Mutual labels:  livewire, tailwind
laravel-livewire-modals
Dynamic Laravel Livewire Bootstrap modals.
Stars: ✭ 63 (+65.79%)
Mutual labels:  livewire, laravel-livewire
laravel-boilerplate
This is how I start new Laravel projects.
Stars: ✭ 0 (-100%)
Mutual labels:  livewire, alpine-js
laravel-livewire-ui
Laravel Livewire UI, Auth, & CRUD starter kit.
Stars: ✭ 92 (+142.11%)
Mutual labels:  livewire, laravel-livewire
x-blade-components
Laravel Blade Components ready to use
Stars: ✭ 36 (-5.26%)
Mutual labels:  livewire, tailwind
livewire-sortablejs
A Laravel Livewire plugin that makes it easy to use Sortable.js
Stars: ✭ 68 (+78.95%)
Mutual labels:  livewire, laravel-livewire
ttall
Laravel fronend preset for TTALL stack - Tailwindcss | Turbolinks | Alpine.js | Laravel | Livewire 🚀
Stars: ✭ 50 (+31.58%)
Mutual labels:  livewire, tailwind
Sqlalchemy Datatables
SQLAlchemy integration of jQuery DataTables >= 1.10.x (Pyramid and Flask examples)
Stars: ✭ 136 (+257.89%)
Mutual labels:  datatables
Laravel Datatables Html
Laravel DataTables HTML Builder Plugin
Stars: ✭ 188 (+394.74%)
Mutual labels:  datatables
Jupyter Datatables
Jupyter Notebook extension leveraging pandas DataFrames by integrating DataTables and ChartJS.
Stars: ✭ 127 (+234.21%)
Mutual labels:  datatables
Datatables Bundle
DataTables bundle for Symfony
Stars: ✭ 142 (+273.68%)
Mutual labels:  datatables
Laravel Datatables Buttons
jQuery DataTables Buttons Plugin for Laravel.
Stars: ✭ 192 (+405.26%)
Mutual labels:  datatables
Bootstrap Table
An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation, Vue.js)
Stars: ✭ 11,068 (+29026.32%)
Mutual labels:  datatables
tailwind-dashboard-template
Mosaic Lite is a free admin dashboard template built on top of Tailwind CSS and fully coded in React. Made by
Stars: ✭ 1,662 (+4273.68%)
Mutual labels:  tailwind
Querybuilderparser
A simple to use query builder for the jQuery QueryBuilder plugin for use with Laravel.
Stars: ✭ 126 (+231.58%)
Mutual labels:  datatables
Vue Datatables Net
Vue jQuery DataTables.net wrapper component
Stars: ✭ 119 (+213.16%)
Mutual labels:  datatables
laravel-tvi
A CMS/CRM for creating & managing websites and form leads. Using Laravel, Tailwind CSS, Vue, and Inertia JS
Stars: ✭ 36 (-5.26%)
Mutual labels:  tailwind
tailwind
Makes using TailwindCSS in NativeScript a whole lot easier!
Stars: ✭ 128 (+236.84%)
Mutual labels:  tailwind

PowerGrid Logo

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].