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: console/asset-compilation.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Introduction
4
4
5
-
Winter brings first-class support for handling Node-based compilation for frontend assets through the Mix commands. The comamnds use the [Laravel Mix](https://laravel-mix.com/) wrapper, a user-friendly and simple interface for setting up compilation of multiple types of frontend assets through Webpack and various libraries.
5
+
Winter brings first-class support for handling Node-based compilation for frontend assets through the Mix commands. The commands use the [Laravel Mix](https://laravel-mix.com/) wrapper, a user-friendly and simple interface for setting up compilation of multiple types of frontend assets through Webpack and various libraries.
The schema builder supports several types of indexes. First, let's look at an example that specifies a column's values should be unique. To create the index, we can simply chain the `unique` method onto the column definition:
Copy file name to clipboardexpand all lines: services/helpers.md
+46-45
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
<!-- markdownlint-disable MD051 -->
1
2
# Helpers
2
3
3
4
Winter includes a variety of "helper" PHP functions. Many of these functions are used internally by Winter itself, however, you are free to use them in your own plugins and applications if you find them useful.
@@ -9,22 +10,22 @@ For more useful methods, you should also review the [Laravel `Arr::*()` helpers]
9
10
10
11
<divclass="columned-list">
11
12
12
-
-[array_add](#array_add)
13
-
-[array_divide](#array_divide)
14
-
-[array_dot](#array_dot)
15
-
-[array_undot](#array_undot)
16
-
-[array_except](#array_except)
17
-
-[array_first](#array_first)
18
-
-[array_flatten](#array_flatten)
19
-
-[array_forget](#array_forget)
20
-
-[array_get](#array_get)
21
-
-[array_only](#array_only)
22
-
-[array_pluck](#array_pluck)
23
-
-[array_pull](#array_pull)
24
-
-[array_set](#array_set)
25
-
-[array_sort](#array_sort)
26
-
-[array_sort_recursive](#array_sort_recursive)
27
-
-[array_where](#array_where)
13
+
-[array_add](#arrayadd)
14
+
-[array_divide](#arraydivide)
15
+
-[array_dot](#arraydot)
16
+
-[array_undot](#arrayundot)
17
+
-[array_except](#arrayexcept)
18
+
-[array_first](#arrayfirst)
19
+
-[array_flatten](#arrayflatten)
20
+
-[array_forget](#arrayforget)
21
+
-[array_get](#arrayget)
22
+
-[array_only](#arrayonly)
23
+
-[array_pluck](#arraypluck)
24
+
-[array_pull](#arraypull)
25
+
-[array_set](#arrayset)
26
+
-[array_sort](#arraysort)
27
+
-[array_sort_recursive](#arraysortrecursive)
28
+
-[array_where](#arraywhere)
28
29
-[head](#head)
29
30
-[last](#last)
30
31
@@ -36,17 +37,17 @@ Paths
36
37
<divclass="columned-list">
37
38
38
39
-[Path Symbols](#path-symbols)
39
-
-[app_path](#app_path)
40
-
-[base_path](#base_path)
41
-
-[config_path](#config_path)
42
-
-[database_path](#database_path)
43
-
-[media_path](#media_path)
44
-
-[plugins_path](#plugins_path)
45
-
-[public_path](#public_path)
46
-
-[storage_path](#storage_path)
47
-
-[temp_path](#temp_path)
48
-
-[themes_path](#themes_path)
49
-
-[uploads_path](#uploads_path)
40
+
-[app_path](#apppath)
41
+
-[base_path](#basepath)
42
+
-[config_path](#configpath)
43
+
-[database_path](#databasepath)
44
+
-[media_path](#mediapath)
45
+
-[plugins_path](#pluginspath)
46
+
-[public_path](#publicpath)
47
+
-[storage_path](#storagepath)
48
+
-[temp_path](#temppath)
49
+
-[themes_path](#themespath)
50
+
-[uploads_path](#uploadspath)
50
51
51
52
</div>
52
53
@@ -57,23 +58,23 @@ For more useful methods, you should also review the [Laravel `Str::*()` helpers]
0 commit comments