Archive
Posts
The lifecycle of an application
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 for PHP 7.2+ on cPanel server
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.
Composer: use private repositories from GitHub
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...
Fixing the annoying sticky keys problem with the Microsoft Sculpt keyboard.
Emptying the trash or recycle bin can be done by right clicking on the icon and hitting the empty option, but what if you want to empty the trash from the command line?