Skip to content

Commit

Permalink
Fix typo in php-guide.md (#4183)
Browse files Browse the repository at this point in the history
  • Loading branch information
umi-uyura authored Sep 30, 2023
1 parent 8bd6a50 commit 8df5612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/php-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ unless you're using a complex framework like Laravel or Symfony. Following the
For the most part, Laravel should "just work"; with the caveat that the majority
of the so-called "magic methods" won't be autocompleted properly. To get around
this, there is a composer package called
[laravel-ide-helper](lhttps://github.com/barryvdh/laravel-ide-helper) which will
[laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) which will
pull together everything in your project and the laravel codebase.

Follow the instructions on the laravel-ide-helper page (including the scripts
Expand Down

0 comments on commit 8df5612

Please sign in to comment.