Skip to content

Commit 129a063

Browse files
committed
Added live example link to the documentation
1 parent 942b8b3 commit 129a063

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Laravel views
22

3+
[See live example](http://laravel-views.herokuapp.com)
4+
35
Laravel package to create beautiful common views like tables using only PHP code, inspired by [Laravel Nova](https://nova.laravel.com/), these views are built with [Laravel Livewire](https://laravel-livewire.com/) and styled using [Tailwind CSS](https://tailwindcss.com/)
46

57
## Table View example

doc/grid-view.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Grid view
22

3+
[See live example](http://laravel-views.herokuapp.com/grid-view)
4+
35
This view creates a dynamic grid view using card data, same as a TableView this view has features like filters, pagination and a search input, you can also customize the card data as you need
46

57
- [Home](../README.md)

doc/laravel-views.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Laravel views
22

3+
[See live example](http://laravel-views.herokuapp.com)
4+
35
- [Home](../README.md)
46
- [Installation and basic usage](#installation-and-basic-usage)
57
- [Installing laravel views](#installing-laravel-views)

doc/table-view.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Table view
22

3+
[See live example](http://laravel-views.herokuapp.com/table-view)
4+
35
This view creates a dynamic data table with some features like filters, pagination and search input, you can customize the headers, the data to be displayed for each row.
46

57
- [Home](../README.md)

0 commit comments

Comments
 (0)