https://github.com/askdkc/livetableview-tailwind
Livewire Tableview using Laravel 9/Livewire 2/Tailwindcss 3
https://github.com/askdkc/livetableview-tailwind
Last synced: 5 months ago
JSON representation
Livewire Tableview using Laravel 9/Livewire 2/Tailwindcss 3
- Host: GitHub
- URL: https://github.com/askdkc/livetableview-tailwind
- Owner: askdkc
- Created: 2022-03-29T07:01:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-01T14:42:01.000Z (6 months ago)
- Last Synced: 2026-01-06T17:56:15.790Z (6 months ago)
- Language: JavaScript
- Size: 2.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel Livewireを使った動的なデータテーブル
これはLivewireの作者Caleb Porzioが作成したLivewireを使用した下記のLivewire Datataableを少し修正したレポジトリです
[livewire-datatable](https://github.com/calebporzio/laracasts-livewire-datatable "laracasts-livewire-datatable")
特徴として
- Laravel 9 対応
- Livewire 2 対応
- Tailwindcss 3 対応
## 使い方
```
# git clone このリポジトリ
# cd livetableview-tailwind
# cp .env.example .env
# composer install
# php artisan key:generate
```
## DBの準備
```
# touch database/database.sqlite
```
## migratin
```
# php artisan migrate --seed
```
## 動作確認
```
# php artisan serve
http://127.0.0.1:8000 にアクセス
```