Blog
Posts
Laravel is shipped with an easy to use HTTP Client. This HTTP Client is based on the popular Guzzle HTTP Client but is a bit easier to use due of the expressive syntax.
In the Windows 11 installation, Microsoft almost forces you to install Windows 11 with a Microsoft account. Luckily there are still options to install Windows 11 with a local account.
What I've learned about the lifecycle of an application from a technical view which might be useful information for assessing your application and determining the next steps for your application.
The validation rules on the store and update requests might have a lot in common but one of the major differences is how to handle the unique validation.
Laravel has a very handy feature called Form requests. Form requests are custom request classes that take care of validation and authorization.
Mcrypt is deprecated since PHP 7.1 and completely removed from PHP since version 7.2. You should use OpenSSL or Sodium. But sometimes you're stuck on using mcrypt because of an older server or application.
Deploying your PHP projects on cPanel hosting without any downtime with Envoyer.
Unfortunately not all your packages can be open source. Some companies don't join the "open source train" while other packages must remain private for other reasons...