erikn69

Results 56 issues of erikn69

- Remove Laravel 5.x code - Remove unused variables, declarations - Compact collector adding

After https://github.com/barryvdh/laravel-debugbar/pull/1525#issuecomment-1943878274, I realized that only first load uses a blade view, from that point all views are loaded through ajax, now ajax calls shows the inertia view ![image](https://github.com/barryvdh/laravel-debugbar/assets/4933954/ca820430-341f-4190-b3ee-ed303aebf1bc) I...

testing https://github.com/spatie/laravel-permission/issues/2530#issuecomment-1779319899 Closes #2530 Closes #2543 Closes #2541 pro: this is consistent with laravel `sync` method, but on this part it suggests that you can use int string as name...

I add some tests When a model uses more than one guard, it seems that the permissions cannot be reached I don't know if it is an issue or expected...

Would this be useful or unnecessary? ```php // this add support for this $certArray =[ 'cert' => '/PATH/TO/MY/cert.pem', 'pkey' => '/PATH/TO/MY/key.pem', ]; // Current $certArray =[ 'cert' => file_get_contents('/PATH/TO/MY/cert.pem'), 'pkey'...

Is there a way to show an estimate of the size of the queried item cache?

If you add `['web']` middleware on [`debugbar.route_middleware`](https://github.com/barryvdh/laravel-debugbar/blob/6fd181adc9981aebc8fa50a54ba49d31c751ef1d/config/debugbar.php#L289-L291), the cache forget action gets `CSRF token mismatch.` exception Also others middleware could validate `delete` route, this route is not deleting anything itself,...

On redis driver, cache comes serialized ![image](https://github.com/barryvdh/laravel-debugbar/assets/4933954/9f47acaa-3de5-4a5f-9096-6dfa09b0522a) After `unserialize` ![image](https://github.com/barryvdh/laravel-debugbar/assets/4933954/4d389d4e-6a53-4a7c-a3f2-a1460e14038d)