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...
What's New Coming to Laravel 5.7 Release

What's New Coming to Laravel 5.7 Release

Laravel a most popular PHP framework, which is actively supported and contributed open source project, which is reaching to its next release 5.7 in August 2018. The release will receive bug fixes until February 2019 and security fixes until August 2019. This release continues to imp...
Read more...
Password Less Authentication

Building a Password Less Authentication System with Laravel Signed Routes

I've seen many moderns apps are offering passwordless authentication in their platform. A lot of social media, email platforms are also offering the login with their API system by providing limited data necessary for user registration. A lot of modern webs, mobile apps using social l...
Read more...

Testing Packages on Composer with Specific Commit Before Creating New Tag

Composer, which is a modern developer tool for dependency management for PHP. It is used to declare the dependencies your project depends on it and it manages them very well for you. It is incredibly flexible to manage the dependencies in various stage of your project. Let's suppose...
Read more...
Laravel 5.6 Login, Register

Laravel 5.6 Login, Register, Activation with Username or Email Support

This is another interesting blog post about Laravel 5.6 login, register with username or email support. I've already published two articles about customizing the laravel authentication process. In this article, I will be helping you to build following things below, with Laravel v...
Read more...