Skip to content

Commit

Permalink
Merge pull request UnlockedLabs#44 from chrissantillan/debugging-tools
Browse files Browse the repository at this point in the history
chore: fix formatting on README.md
  • Loading branch information
chrissantillan authored Dec 22, 2023
2 parents 727fe39 + c8cd1e8 commit 3963fa8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ Two tools you can use to aid in debugging:

- laravel-debugbar - This is a package to integrate PHP Debug Bar with Laravel: Run `composer require barryvdh/laravel-debugbar --dev`
- React Developer Tools. This is available for several browser flavors and available on their website: https://react.dev/learn/react-developer-tools
Debugbar for Laravel is a package to integrate [PHP Debug Bar](http://phpdebugbar.com/) with Laravel. React Developer Tools is used to inspect REact components, edit props and state, and identify performance problems.

Debugbar for Laravel is a package to integrate [PHP Debug Bar](http://phpdebugbar.com/) with Laravel. React Developer Tools is used to inspect REACT components, edit props and state, and identify performance problems.

# License

Expand Down

0 comments on commit 3963fa8

Please sign in to comment.