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
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,22 @@
1
-
# Detect Laravel Ray
1
+
# Detect Laravel Ray Action
2
2
This GitHub Action allows you to scan Laravel application codebase and detect remaining [Spatie's ray](https://myray.app/) calls. By default, it includes the following directories:
3
3
-`./app`
4
4
-`./resources/views`
5
5
-`./database`
6
6
-`./routes`
7
7
-`./tests`
8
8
9
+
It will detect:
10
+
-`ray()` in PHP files
11
+
-`@ray()` in blade templates
12
+
13
+
It won't detect:
14
+
-`Ray::*`
15
+
-`rd()`
16
+
-`dd()`
17
+
18
+
It is an alternative to [x-ray](https://github.com/spatie/x-ray), which is requires PHP and doesn't scan blade templates.
0 commit comments