Redirect After Login to Previous URL

Redirect to Previous URL After Logging in, Laravel v5.5

An end-user visit the website tries to view several products, services by navigating to different pages. If he finally wants to submit an order. Now the website, of course, takes him to login or register page to provide his personal information for shipping or billing purpose. After l...
Read more...
Integrating Medium Style Image Zoom

Integrating Medium Style Image Zoom

I'm sure you already know about Medium, a widely used and popular publishing platform to share, articles, important stores over the internet. Medium – Read, write and share stories that matter. Medium is an online publishing platform developed by Evan Williams, and launched...
Read more...
authorization.jpeg

Authorizing New Device based on IP Address, with Laravel Middleware

I recently saw few of the e-commerce & payment gateway sites using device authorization system based on IP address, browser etc. I was also working on a same for my client's web app recently so wanted to share a detailed post with the community people. In this blog post, I will g...
Read more...
IP to Location with PHP

A Simple IP to Geo Location solution for PHP

The freegeoip.net service is discontinued, so please refer to the new package to get the same service sudiptpa/ipstack I've abandoned the legacy package sudiptpa/geoip as the service provider discontinued on July 1st, 2018. I was working on my own use case to find out...
Read more...
share.jpeg

A Complete Guide to Integrate Facebook Like and Share

Nowadays social media platform has grown a lot more and really helpful in marketing, sharing information, communication etc. So here in this post, I am going into detail about how to integrate the Facebook social plugin, with real-time Like, Share button on your products links or blog...
Read more...
guid.jpg

Create unique GUID with PHP

In this blog post, I am going to write about my little PHP package for creating globally unique identifiers (GUID). Begin with installation via Composer: composer require sudiptpa/guid I was inspired mainly to create this package while I was searching for GUID information in the ph...
Read more...

Set your Preferred Domain on Laravel Application

In this blog post, I would like to show how to set preferred domain from your application context. Before diving into the code, let's understand why the preferred domain is much important for SEO, web pages indexing on Search Engine. Follow the link to read in detail from Google sup...
Read more...
Laravel v5.5 Regist, Login

Laravel v5.5: Login, Register with Username or Email

In this blog post, I would like to share some ideas on how to customize your Laravel v5.5 authentication to support username or email based login. Laravel v5.5 is a second LTS version, that @laravelphp announced on Twitter on 20 Feb 2017. Just simply like the previous LTS version...
Read more...
paypal.png

A Guide to Integrate Omnipay PayPal with Laravel

In this blog post, I would like to share some idea about best way to integrate paypal express checkout using OmniPay with PHP. Omnipay is a framework agnostic, payment processing library for PHP 5.3 and higher. Omnipay libraries are stable, consistent, and fully united tested by...
Read more...
login.png

Laravel 5.4: Login with Username or Email

I believe that Laravel is now well-known framework among PHP developers. I hope many of you may have already built an application using it. It is really popular due to its powerful features with expressive, beautiful syntax. From this tutorial, we want to customize the default auth s...
Read more...