barryvdh
Repos
290
Followers
5927
Following
15

Debugbar for Laravel (Integrates PHP Debug Bar)

15024
1418

IDE Helper for Laravel

13013
1092

A toolbar for Laravel Telescope, based on the Symfony Web Profiler.

734
33

A framework agnostic, multi-gateway payment processing library for PHP 5.6+

5727
884

CORS (Cross-Origin Resource Sharing) for your Symfony/Laravel requests

109
6

Laravel Bridge for the Symfony Form Component

133
29

Events

Created at 1 day ago

Some parameters made optional (#218)

  • Some parameters made optional

  • Update composer.json

  • Update CreatePaymentMethodRequest.php

  • Revert "Update composer.json"

This reverts commit 705a85edc633fd4c03f4d27b9318e41f1dabc2a3.

Created at 4 days ago
pull request closed
Some parameters made optional

I ran into some issues when creating the PaymentIntent as the confirmation_method and capture_method parameters could not be set a value.

Created at 4 days ago

Update README to reflect 2.x changes and spec compatibility. (#101)

And some minor table formatting updates.

Created at 1 week ago
pull request closed
Update README to reflect 2.x changes and spec compatibility.

The handling of access-control-max-age configuration was changed in https://github.com/asm89/stack-cors/commit/df153ceda9c83f6fe497907f72ab4f29c19c9b44 and then https://github.com/asm89/stack-cors/blame/7a198ec737e926eab15d29368fc6fff66772b0e2/src/CorsService.php#L205.

The README was not also updated, and in fact the default value of false would result in a cast to 0, meaning users may be sending a shorter max age than they intend.

Created at 1 week ago
issue comment
Update README to reflect 2.x changes and spec compatibility.

Yeah if I look at the spec I'm not 100% sure if this is actually the best way to handle false. I think it's mostly because in the CORS spec, you either set it (by defining a value) or don't (so null), not false. See https://github.com/asm89/stack-cors/blob/b9c31def6a83f84b4d4a40d35996d375755f0e08/src/Asm89/Stack/CorsService.php#L119-L121 In 1.x it was never possible to set a value to 0, because that would be skipped (and set to default).

But as the default from the browser is 5 sec according to https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Max-Age#directives a better value would have been null as default.

But I feel that maybe a strict check on false would also be appropriate to skip the header..

Created at 1 week ago
Reintroduce support for multi-db setups

I'm not really sure. @mikebouwmans what do you think? Does this work for you?

Created at 2 weeks ago
issue comment
Security Issue

And which version of this library? 1.x should install dompdf 2.x, niet 0.8.6

Created at 1 month ago
started
Created at 1 month ago
issue comment
PHP version support

Current version is 7.1 but you can install older versions.

Created at 1 month ago
Unparsable JSON response with laravel-debugbar

If you use the Json response, it sets the correct headers and doesn't inject the debugbar.

Created at 1 month ago

fix openhandler close icon position (#1398)

Created at 1 month ago
pull request closed
Fix openhandler close icon position

Hello 👋🏻

In this PR I have fixed the openhandler close icon position

Before

image

After

image

Created at 1 month ago
Debugbar icon

Do you have the latest version? From yesterday? Should be fixed already (yesterday)

Created at 1 month ago
Widget pages show Admin preview instead of Category Page

Any idea how to fix this? It's not for all storeviews.

image

Created at 1 month ago
barryvdh create tag v3.8.1
Created at 1 month ago

Update Debugbar to include autoshow setting (#1393)

I think that's a valid point to include, due to the fact that in a lot of software with the autoshow set to true it's impossible to use the debugbar. I'm in Laravel Nova right now, every time a notification ajax gets sent, the request I'm debugging gets removed by that setting. I've tried to add a middleware to enable that setting, but it breaks other things in beetween. Right now this it's the most polished solution. Let me know if it's ok! Thanks!

Created at 1 month ago
pull request closed
Update Debugbar to include autoshow setting

I think that's a valid point to include, due to the fact that in a lot of software with the autoshow set to true it's impossible to use the debugbar. I'm in Laravel Nova right now, every time a notification ajax gets sent, the request I'm debugging gets removed by that setting. I've tried to add a middleware to enable that setting, but it breaks other things in beetween. Right now this it's the most polished solution. Let me know if it's ok! Thanks!

Created at 1 month ago

Bump required version

Created at 1 month ago

Update branch alias

Created at 1 month ago

Update LaravelDebugbar.php (#1391)

Fix Lumen / Illuminate 9 version detection

Created at 1 month ago
pull request closed
[Fix] Version detection in Lumen

Lumen does return version as string like "Lumen (9.1.5) (Laravel Components ^9.21)".
This PR will extract the correct version from the returned string, this will in turn fix the checkVersion method, this will in turn fix the fix for Illuminate 9 from https://github.com/barryvdh/laravel-debugbar/commit/b96f9820aaf1ff9afe945207883149e1c7afb298 to disable the Mailer in Illuminate 9

Created at 1 month ago
Font size too large

Fixed with https://github.com/barryvdh/laravel-debugbar/pull/1396

Created at 1 month ago

Fix restore btn styling (#1396)

Created at 1 month ago
pull request closed
Fix restore btn styling

Fixes styling from https://github.com/maximebf/php-debugbar/pull/451

Created at 1 month ago
pull request opened
Fix restore btn styling

Fixes styling from https://github.com/maximebf/php-debugbar/pull/451

Created at 1 month ago
barryvdh create branch fix-restorebtn
Created at 1 month ago

Revert "font-size: initial; (#1381)" (#1395)

This reverts commit 06b16eece7194e8a5addd628942552e7c6d03d68.

Created at 1 month ago
pull request closed
Revert "set `font-size: initial;` on `div.phpdebugbar *`"

Reverts barryvdh/laravel-debugbar#1381

Created at 1 month ago