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...

Fixing - PHPUnit Util Deprecated Feature Logger

In this series, i am going to cover a common bug that developers face during running the PHP Unit Tests. Keep in mind, this error occured while I was using phpunit, version line five. composer global require "phpunit/phpunit" Lately, I was working on my open source project on&...
Read more...

Laravel v4.2.20 , a special release.

I new version for Laravel v4.2.20 has been released. Yes!, you are absolutely correct, that new version for the Laravel's back version v4.2 is now released with support for PHP 7.0 and updates to the Symfony components to v2.7. The v4 line of Laravel is already deprecated, but a...
Read more...
d18725f0-8447-11e6-9673-503471e4dd54 (1).png

Hacktoberfest is back, #Hacktoberfest2016

Hey Developers ! Its time to celebrate an open source (#Hacktoberfest) in this October by participating with Hacktoberfest 2016. It is a month-long (festival of code) campaign to spread open source resources, which is organized by DigitalOcean and hosted on GitHub. Rules for develop...
Read more...
download.png

An alternative way for PHP array_column

As a developer i'm pretty much sure, most of the developers use latest version of PHP in their machine, so do I.  The thing is, sometime with version of PHP on hosting servers, we have to think about the alternative way. Here with this post I am going to share a pro tip fo...
Read more...