Skip to main content

Posts

Showing posts from May, 2018

Laravel 5.6 API Authentication Passport

In this article, we will discuss the Laravel 5.6 API Authentication Passport. Laravel provides an easy way to perform authentication and API’s use tokens to authenticate the user. Because API’s not maintains any session between request. In Laravel, API authentication is too easy ... Read out the full post at here

Laravel 5.6 Custom Token Base API Authentication

In this article, we will discuss how to create Laravel 5.6 Custom Token Base API Authentication. As we discuss the JWT Auth in our previous article. But Laravel is open to creating a custom authentication for our API’s. I’m assuming you are familiar with the Laravel framework if not then yo... Read out the full post at here

Laravel 5.6 JWT Auth for API

In this article, we will discuss Laravel 5.6 JWT Auth. Firstly, you need to know what is JWT. JWT (JSON Web Tokens), it allows us to represent user data in a secure manner. JWT Authentication is used when we work with API. When user sign-in using its own email and password  after the successful ... Read out the full post at here

Top 5 WordPress Blog Magazine Themes

In this article, we will discuss top 5 WordPress blog magazine themes. WordPress is open source, powerful blogging and content management system (CMS). It’s having large developer community. Today, lots of individuals and organizations developing the themes and plugins for it. You can find open s... Read out the full post at here

Laravel 5.6 - Debugging with dump and dd Functions

In this article, we will discuss how can we handle Laravel Debugging. Laravel offers two effective and useful debugging methods dd() and dump(). As we know, Laravel provides rich features to fulfill our minor to complex requirements. I’m assuming you are familiar with the Laravel framework... Read out the full post at here

Unique Alphanumeric String in PHP

In this article, we will discuss how to create a unique alphanumeric string in PHP. We are creating a PHP function which creates a unique string contains letter and number (alphanumeric) with the character limit. These kinds of unique string can be used as Voucher Code, Referral Code, Coupon... Read out the full post at here

Handle Query Logging - Laravel 5.6

In this article, we will discuss how to handle query logging in Laravel. I’m assuming you are much familiar with the Laravel as you are reading this. Laravel optionally log all queries that have been running in the current request in memory. There is some kind of method available for this. ... Read out the full post at here

Manage Animation using Anime.js

Today, I’m going to share with you one wonderful resource which fulfills all our animation related needs is anime.js. “anime.js” provide the variety of animations effect, all those effects make our design more attractive. It is a lightweight JavaScript animation library. It ... Read out the full post at here

Handling CSS Preprocessors with the Angular 5

In this article, we will discuss handling CSS Preprocessors with the Angular. The question is, what is CSS preprocessor. CSS preprocessor makes our styling more effective and reusable. CSS is old and incomplete. Because CSS not having an option to make functions, reusable classes, and etc. CSS... Read out the full post at here