Skip to content

Commit f9c1292

Browse files
committed
Changed live demo url
1 parent a1fe6f6 commit f9c1292

File tree

9 files changed

+8
-7
lines changed

9 files changed

+8
-7
lines changed

.DS_Store

-8 KB
Binary file not shown.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ node_modules
22
public/hot
33
vendor
44
.phpunit.result.cache
5-
public/laravel-views.js.LICENSE.txt
5+
public/laravel-views.js.LICENSE.txt
6+
**/.DS_Store

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Laravel views
22

3-
[See live example](http://laravel-views.herokuapp.com)
3+
[See live example](https://laravelviews.com)
44

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

doc/.DS_Store

-6 KB
Binary file not shown.

doc/detail-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Detail view
22

3-
[See live example](http://laravel-views.herokuapp.com/detail-view)
3+
[See live example](https://laravelviews.com/detail-view)
44

55
This view creates a dynamic detail view to render a model attributes list with all the data you need, you can also customize the default component to create complex detail views and execute actions over the model is being used.
66

doc/grid-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Grid view
22

3-
[See live example](http://laravel-views.herokuapp.com/grid-view)
3+
[See live example](https://laravelviews.com/grid-view)
44

55
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
66

doc/laravel-views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Laravel views
22

3-
[See live example](http://laravel-views.herokuapp.com)
3+
[See live example](https://laravelviews.com)
44

55
- [Home](../README.md)
66
- [Installation and basic usage](#installation-and-basic-usage)

doc/list-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# List view
22

3-
[See live example](http://laravel-views.herokuapp.com/list-view)
3+
[See live example](https://laravelviews.com/list-view)
44

55
This view creates a dynamic list view with filters, pagination, search input, and actions by each item, it is useful for small screens, you can also customize the item compoment for each row as you need.
66

doc/table-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Table view
22

3-
[See live example](http://laravel-views.herokuapp.com/table-view)
3+
[See live example](https://laravelviews.com/table-view)
44

55
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.
66

0 commit comments

Comments
 (0)