Highlights
- Arctic Code Vault Contributor
Pinned
850 contributions in the last year
Activity overview
Contributed to
sebastiandedeyne/sebastiandedeyne.com,
spatie/laravel-mix-purgecss,
sebastiandedeyne/recipes.sebastiandedeyne.com
and 5 other
repositories
Contribution activity
February 1, 2021
sebastiandedeyne has no activity
yet for this period.
January 2021
Created 16 commits in 5 repositories
Created 1 repository
Created a pull request in spatie/ray that received 11 comments
Add a method to send data and pass it through
The new pass method is useful to debug return statements.
public function foo() { return [ // … ];
}
With ray()->send():
public function foo() { $data
+42
−0
•
11
comments

