You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,13 @@
6
6
In laravel, data table used for display data from server side. In that column name display and data pass from server side. In vue js their are Server table used for display data from the server side. It is also called vue-table-2 package for server table.
7
7
8
8
9
+
-**First We can update composer using command:**
10
+
11
+
composer update
12
+
13
+
Above command will update laravel package and install vendor folder.
14
+
15
+
9
16
-**We can install vue js by command:**
10
17
11
18
npm install
@@ -29,6 +36,11 @@ In laravel, data table used for display data from server side. In that column na
0 commit comments