Skip to content

Commit 7d0e1ab

Browse files
authored
Update README.md
1 parent 9f97673 commit 7d0e1ab

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
1-
# Detect Laravel Ray
1+
# Detect Laravel Ray Action
22
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:
33
- `./app`
44
- `./resources/views`
55
- `./database`
66
- `./routes`
77
- `./tests`
88

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.
19+
920
## Usage
1021

1122
```yaml

0 commit comments

Comments
 (0)