Skip to content

Commit

Permalink
Added live example link to the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavinho committed Jan 10, 2021
1 parent 942b8b3 commit 129a063
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Laravel views

[See live example](http://laravel-views.herokuapp.com)

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/)

## Table View example
Expand Down
2 changes: 2 additions & 0 deletions doc/grid-view.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Grid view

[See live example](http://laravel-views.herokuapp.com/grid-view)

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

- [Home](../README.md)
Expand Down
2 changes: 2 additions & 0 deletions doc/laravel-views.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Laravel views

[See live example](http://laravel-views.herokuapp.com)

- [Home](../README.md)
- [Installation and basic usage](#installation-and-basic-usage)
- [Installing laravel views](#installing-laravel-views)
Expand Down
2 changes: 2 additions & 0 deletions doc/table-view.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Table view

[See live example](http://laravel-views.herokuapp.com/table-view)

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.

- [Home](../README.md)
Expand Down

0 comments on commit 129a063

Please sign in to comment.