Skip to content

Commit fed59af

Browse files
update Doc
1 parent 59701e2 commit fed59af

File tree

10 files changed

+72
-4
lines changed

10 files changed

+72
-4
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<h2 align="center">Supporting Laravel-vue-datatable</h2>
2+
3+
- [Become a backer or sponsor on Patreon](https://www.patreon.com/yazan_alnughnugh).
4+
- [One-time donation via crypto-currencies](Donations/crypto/index.md).
5+
6+
17
# Introduction
28

39
<p align="center">
@@ -6,7 +12,17 @@
612

713
**if you want to make dataTable easy and quickly with crazy features, this package is for you.**
814

9-
These two Laravel packages are for making easy and quickly dataTable for your work, the goal is to make a table without taking care to code hard to create it, just with little steps, you can create it
15+
These two Laravel packages are for making easy and quickly dataTable for your work, the goal is creating Datatable an easy way using ajax,
16+
with interesting features, just with little steps, you can create it
17+
18+
19+
20+
## Demo
21+
22+
[DataTable Demo](https://packages.tourismcaravan.com/data-table)
23+
24+
25+
1026

1127
## Table of contents
1228

@@ -15,6 +31,7 @@ These two Laravel packages are for making easy and quickly dataTable for your wo
1531
2. [Installation and Setup](https://github.com/yazan-alnugnugh/laravel-datatable/blob/master/_docs/2-Installation-and-Setup.md)
1632
3. [Configuration](https://github.com/yazan-alnugnugh/laravel-datatable/blob/master/_docs/3-Configuration.md)
1733
4. [Usage](https://github.com/yazan-alnugnugh/laravel-datatable/blob/master/_docs/4-Usage.md)
34+
5. [Donations](https://github.com/yazan-alnugnugh/laravel-datatable/blob/master/_docs/Donations/crypto/index.md)
1835

1936

2037

_docs/1-introduction.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2+
<h2 align="center">Supporting Laravel-vue-datatable</h2>
3+
4+
- [Become a backer or sponsor on Patreon](https://www.patreon.com/yazan_alnughnugh).
5+
- [One-time donation via crypto-currencies](Donations/crypto/index.md).
6+
7+
18
# Introduction
29

310
<p align="center">
@@ -6,7 +13,14 @@
613

714
**if you want to make dataTable easy and quickly with crazy features, this package is for you.**
815

9-
These two Laravel packages are for making easy and quickly dataTable for your work, the goal is to make a table without taking care to code hard to create it, just with little steps, you can create it
16+
These two Laravel packages are for making easy and quickly dataTable for your work, the goal is creating Datatable an easy way using ajax,
17+
with interesting features, just with little steps, you can create it
18+
19+
## Demo
20+
21+
[DataTable Demo](https://packages.tourismcaravan.com/data-table)
22+
23+
1024

1125
## Table of contents
1226

@@ -15,6 +29,8 @@ These two Laravel packages are for making easy and quickly dataTable for your wo
1529
2. [Installation and Setup](2-Installation-and-Setup.md)
1630
3. [Configuration](3-Configuration.md)
1731
4. [Usage](4-Usage.md)
32+
5. [Donations](https://github.com/yazan-alnugnugh/laravel-datatable/blob/master/_docs/Donations/crypto/index.md)
33+
1834

1935

2036

_docs/2-Installation-and-Setup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
2. [Installation and Setup](2-Installation-and-Setup.md)
55
3. [Configuration](3-Configuration.md)
66
4. [Usage](4-Usage.md)
7+
5. [Donations](https://github.com/yazan-alnugnugh/laravel-datatable/blob/master/_docs/Donations/crypto/index.md)
8+
79

810

911
## Requirements

_docs/3-Configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
2. [Installation and Setup](2-Installation-and-Setup.md)
55
3. [Configuration](3-Configuration.md)
66
4. [Usage](4-Usage.md)
7+
5. [Donations](https://github.com/yazan-alnugnugh/laravel-datatable/blob/master/_docs/Donations/crypto/index.md)
8+
79

810
## Configuration
911

_docs/4-Usage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
* [Action buttons](#Action-buttons)
1414
* [Delete](#Delete)
1515
* [Delete All](#Delete-All)
16+
5. [Donations](https://github.com/yazan-alnugnugh/laravel-datatable/blob/master/_docs/Donations/crypto/index.md)
17+
1618

1719

1820
## Usage

_docs/Donations/crypto/index.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## Table of contents
2+
3+
1. [Introduction](README.md)
4+
2. [Installation and Setup](https://github.com/yazan-alnugnugh/laravel-datatable/blob/master/_docs/2-Installation-and-Setup.md)
5+
3. [Configuration](https://github.com/yazan-alnugnugh/laravel-datatable/blob/master/_docs/3-Configuration.md)
6+
4. [Usage](https://github.com/yazan-alnugnugh/laravel-datatable/blob/master/_docs/4-Usage.md)
7+
5. [Donations](https://github.com/yazan-alnugnugh/laravel-datatable/blob/master/_docs/Donations/crypto/index.md)
8+
9+
10+
11+
12+
## BTC
13+
14+
<p align="center">
15+
<img src="../../../art/crypto/btc.jpg" alt="Bitcoin image">
16+
</p>
17+
18+
19+
## ETH
20+
21+
<p align="center">
22+
<img src="../../../art/crypto/eth.jpg" alt="Ethereum image">
23+
</p>
24+
25+
## USDT
26+
27+
<p align="center">
28+
<img src="../../../art/crypto/usdt.jpg" alt="Tether image">
29+
</p>

art/crypto/btc.jpg

82 KB
Loading

art/crypto/eth.jpg

82.2 KB
Loading

art/crypto/usdt.jpg

53.2 KB
Loading

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yazan/laravel-datatable",
3-
"description": "this package help you to easy create datatable",
3+
"description": "Laravel and Vue packages to create Data Table",
44
"type": "library",
55
"license": "MIT",
66
"authors": [
@@ -9,7 +9,7 @@
99
"email": "[email protected]"
1010
}
1111
],
12-
"minimum-stability": "dev",
12+
"minimum-stability": "1.0.7",
1313
"require": {},
1414

1515
"autoload": {

0 commit comments

Comments
 (0)