Flávio H. Ferreira·Jun 2, 2025Using Blackfire’s PHP SDK to profile a Laravel app.Install the package:
Flávio H. Ferreira·Apr 3, 2025Error: Method Illuminate\Database\MySqlConnection::getDoctrineConnection does not exist with…Here to fix we install
Flávio H. Ferreira·Jun 26, 2024How generate migrations file SQL in laravelSometimes you need to see what will be the command SQL generated by the Laravel Migrations, so I hope this helps if you need it:
Flávio H. Ferreira·Aug 3, 2023How remove accents with PHP 7.4+Sometimes we need to remove some characters from strings to use they like slugs or for other usages, so two of the possible solutions are…A response icon1A response icon1
Flávio H. Ferreira·Jun 1, 2022How to fix kubectl exec plugin invalid apiVersion client.authentication.k8s.io/v1alpha1 into MacOSare you getting this error after updating kubectl?
Flávio H. Ferreira·May 1, 2022Deel Card Conversion feesIf you decide receive money through a https://letsdeel.com card, please prepare to reduce your amount consirally 3.5/3.8% in conversion…
Flávio H. Ferreira·May 14, 2021How can you prevent to be hacked with a PHP file uploaded to your server?Add it to your .php file to prevent any file with that extension to be executed.
Flávio H. Ferreira·Apr 28, 2021Docker — exec: “bash”: executable file not found in $PATHA response icon1A response icon1