erikn69

Results 62 issues of erikn69

https://laravel.com/docs/11.x/filesystem#copying-moving-files - Closes #126 - Closes #122

## Description https://github.com/laradock/laradock/issues/3532#issuecomment-2179245761 > I had to change the values of > > ```properties > ORACLE_INSTANT_CLIENT_ARCH=arm64 > ORACLE_INSTANT_CLIENT_MAJOR=19 > ORACLE_INSTANT_CLIENT_MINOR=10 > ``` > > in the Dockerfile because apparently changing...

## Description Closes #3526 ## Types of Changes - [] Bug fix (non-breaking change which fixes an issue). - [x] New feature (non-breaking change which adds functionality). - [] Breaking...

This PR adds redirects to dompdf/dompdf, in this way, rendering problems can be addressed more efficiently. ![image](https://github.com/barryvdh/laravel-dompdf/assets/4933954/a913f9bb-e8a7-4a31-8ddb-7c8fdd71617e)

Since Laravel 10.15(https://github.com/laravel/framework/pull/47507), this task can be performed natively [Illuminate/Database/Query/Grammars/Grammar.php#L1388-L1424](https://github.com/laravel/framework/blob/f7ea4e912ce9bacfdb327de4648d07b4c7ee3cb7/src/Illuminate/Database/Query/Grammars/Grammar.php#L1388-L1424) When 9.x is removed in the future, can the entire foreach be removed?

When clicking on the editor link in the query tab, the backtrace sub table opens unnecessarily, it's annoying Fix for ajax urls too

Closes #662 >error in the DoctrineCollector. For some reason, the value of $query['params'] can be "null". The query who triggered this in my case was a "START TRANSACTION" with no...

![image](https://github.com/user-attachments/assets/c36c271b-c31f-4fa6-81d4-725f38bde1e9) ![image](https://github.com/user-attachments/assets/1dcc6a23-2223-46bc-8656-1534feaf42a8)

Alternative to and closes #2702 >I refresh the permission cache on each application deploy. >However this sometimes results in a error, e.g. when the cache hasn't been created yet. >I...