Blog Category: Laravel

...
Laravel
Create an Instant Push Notification(IPN) Service in Laravel

Let’s create an Instant Push Notificaion(IPN) service for user’s card add and delete in a payment gateway service. We will notifify the IPN listener about this user action.

...
Laravel
Create a Multi Language Based Website With Laravel

This article goes in detailed on how to make a website multilingual in Laravel. Users will be able to set the language English or Bangla and the whole site will be translated accordingly.

...
Laravel
Importance Of Using Log in Your Project

Log helps developers to track what is happening within your application. When a product goes to production server we don’t know what happened in between a user’s request and response. So in order to investigate a failed scenario we need to check the Log.