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...
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...
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...
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...
SecurePay Integration with PHP

SecurePay Integration Guide for Omnipay v3 PHP Library with Laravel

I've already covered few Omnipay integration guides with my previous blog posts. In this post, I'm going to explain in detail about SecurePay, a leading payment solution for businesses of different sizes over Australia. I've recently contributed to the v3 release of the omnipay-secure...
Read more...
PayPal Integration with PHP

PayPal Integration – Omnipay PayPal PHP Library v3.0 with Laravel

This is my third blog post about PayPal Integration with Omnipay payment processing library. In this article, I will mainly cover about the recent release v3.0, which is finally available for developers around the world. I'm sure many developers around the world were eagerly waiting f...
Read more...