Skip to content

Commit

Permalink
Merge pull request #79 from Gustavinho/update-live-demo-url
Browse files Browse the repository at this point in the history
Changed live demo url
  • Loading branch information
Gustavinho authored Apr 15, 2021
2 parents a1fe6f6 + f9c1292 commit f6873b8
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 7 deletions.
Binary file removed .DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
public/hot
vendor
.phpunit.result.cache
public/laravel-views.js.LICENSE.txt
public/laravel-views.js.LICENSE.txt
**/.DS_Store
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Laravel views

[See live example](http://laravel-views.herokuapp.com)
[See live example](https://laravelviews.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/)

Expand Down
Binary file removed doc/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion doc/detail-view.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Detail view

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

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.

Expand Down
2 changes: 1 addition & 1 deletion doc/grid-view.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Grid view

[See live example](http://laravel-views.herokuapp.com/grid-view)
[See live example](https://laravelviews.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

Expand Down
2 changes: 1 addition & 1 deletion doc/laravel-views.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Laravel views

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

- [Home](../README.md)
- [Installation and basic usage](#installation-and-basic-usage)
Expand Down
2 changes: 1 addition & 1 deletion doc/list-view.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# List view

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

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.

Expand Down
2 changes: 1 addition & 1 deletion doc/table-view.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Table view

[See live example](http://laravel-views.herokuapp.com/table-view)
[See live example](https://laravelviews.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.

Expand Down

0 comments on commit f6873b8

Please sign in to comment.