Ubuntu OS — Switching PHP versions for CLI and Apache 2 ServerWhen you have multiple versions of PHP installed and need to switch between them you can follow the below steps.Mar 28, 20211Mar 28, 20211
Laravel — A Quick Test for EmailsWhen working on a new Laravel Application, you often would have to check if your Email Service works.Mar 18, 2021Mar 18, 2021
Period Based Recurring Code Triggers in PHPExecuting a code at certain period based intervals could be a use case in certain applications. Suppose, you have to set a 7 day email…Mar 5, 2021Mar 5, 2021
Laravel — Global Scopes for Force Restricting DataRestricting access/modification of data for a user is one of the most important parts of application development. In most cases, we have…Feb 18, 2021Feb 18, 2021
Importing Public Holiday Dates via API for your AppA requirement came in my project which needed holiday dates. When it comes to holiday dates, you may already know that some of the dates…Feb 18, 2021Feb 18, 2021