How to Get a Free SSL Certificate for Your Website

Having is an SSL certificate is becoming important nowadays to gain trust from the customer. Already, trusted browsers like Google Chrome have started to show Not Secure on the URL bar if the website does not have an SSL certificate installed on the server for the website. For websit...
Read more...

Manage multiple PHP versions in Linux: 2022 edition

Do you also have the below question in your mind? How to manage multiple PHP versions in your local development environment? If you are having trouble managing multiple PHP versions in your local development environment, then you're at the right place to get the best solution for yo...
Read more...
Laravel Jetstream.jpg

Laravel Jetstream: Quick Review

The official team from Laravel has announced the next major version, Laravel 8.0, to release on the 8th of September 2020. Along with this significant release, few first-party packages, including Laravel Jetstream, Fortify are also releasing to join the Laravel ecosystem. The author...
Read more...
Deploy Laravel Apps.jpg

How to Deploy Laravel Application to VPS Server

In the previous article, I wrote about how we can utilize an Envoy package, and gave a walk through to the Envoy use cases, and explained who it makes a lot easier on deploying your next Laravel application to the remote server. Throughout this article, you are going to learn how you...
Read more...

Laravel Envoy to Deploy your Application to Hosting Server

Laravel Envoy is an open-source package to efficiently deploy your apps to the server or even run tasks in the local environment. It is one of the most helpful tools in the Laravel ecosystem that every developer utilize every day. This tool provides a precise, minimal syntax for defin...
Read more...
hacktoberfest-2020.jpg

Hacktoberfest 2020 — help growing open source projects

Hacktoberfest is landing this October 2020 again like in the previous years, which is a month-long celebration of contribution to open-source projects maintained by developers around the world. Hacktoberfest is a great event, which encourages participation in the open-source communit...
Read more...
eSewa Online Payment.jpg

eSewa Payment Gateway Integration with Laravel

In this article, I will show you how to integrate eSewa API v1.0 with the Laravel framework. eSewa is Nepal's first popular online payment gateway helping businesses to accept their payments online. As like a few other payment gateways integration with PHP, I've recently worked on a...
Read more...

Laravel 5.7: Adding Support for Login with Username or Email

I've already published a few articles on Laravel Login to support username or email. In this article, I'm going to cover the process of adding the username or email support with Laravel 5.7 default authentication system. The process below helps you to understand the following things....
Read more...
Hacktoberfest-2018

Hacktoberfest 2018 — win a T-shirt just by contributing to open source projects.

Hacktoberfest a month-long celebration of open source software is happening again. I started my Hacktoberfest challenge journey in 2016 and following the years to contribute and get the cool T-shirt. I'm writing my second blog post about the Hacktoberfest challenge, but the competiti...
Read more...
Laravel 5.7 Email Verification

Email Verification after Registration with Laravel 5.7

Nowadays most of the modern applications force their users to verify the ownership by sending an activation email after they complete the account registration. Moving ahead, with the release of Laravel 5.7 the user email verification is shipping with the framework out of the box. Peop...
Read more...