Demo
Quick Demo Table
PowerGrid offers you a demo Table with just 2 commands.
The Table uses the structure of User Model
and generate data on the fly. No changes are saved in your database.
First, require PowerGrid via Composer. Run:
composer require power-components/livewire-powergrid
Next, generate the demo. Run the command:
php artisan powergrid:demo
Now, you must include the route below in your routes/web.php
file:
<?php
//...
Route::view('/powergrid', 'powergrid-demo');
Everything is ready! Access http://your-app.example/powergrid
(change your-app.example to your app domain) and click around!
💡 TIP: To have PowerGrid fully running, proceed to Install and Configure.
Demo Repository
We also provide a demo repository with PowerGrid fully configured in a Laravel project.
Visit the repository and follow the README instructions on how to install and run it.
Youtube
Check out some PowerGrid reviews and usage videos on Youtube:
Livewire PowerGrid com Luan Freitas - Live Coding at Live beer and code (🇧🇷 pt-BR)
Livewire PowerGrid: Quick Datatable Package [REVIEW] by Laravel Daily
Tio Jobs Analisa As Novas Action Rules Do Pacote Power-Components PowerGrid by Icaro Jobs (🇧🇷 pt-BR)
Laravel Livewire: Crea DataTables en Minutos con Powergrid [REVIEW] by Code with Luis
All videos were recorded by community members. If you like them, don't forget to hit 👍 Like, share and subscribe to their channels. Your reaction contributes to the community!