Skip to content

Commit

Permalink
cleanup commit to resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissantillan committed Dec 22, 2023
2 parents a9bd050 + 3963fa8 commit baeb568
Show file tree
Hide file tree
Showing 5 changed files with 972 additions and 1,442 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ 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
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"tightenco/ziggy": "^1.0"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.9",
"fakerphp/faker": "^1.9.1",
"laravel/breeze": "^1.26",
"laravel/pint": "^1.13",
Expand Down
Loading

0 comments on commit baeb568

Please sign in to comment.