In this post, I would like to show you how to integrate Google reCAPTCHA. Google reCAPTCHA is more user-friendly and reliable which protects your websites…
2 CommentsCategory: PHP / MySQL
In this post, I will show how you can secure your Slim3 Framework-based applications using JSON Web Token (JWT). To know more about JWT and…
91 CommentsIn this post, you will learn about Cross-Origin Resource Sharing. Http requests are restricted by the same-origin policy, which means where scripts can be loaded…
2 CommentsSlim is a full-featured, open-source PHP micro framework that helps you quickly write simple yet powerful web applications and APIs. It comes with a sophisticated…
7 CommentsThe Eloquent ORM makes it incredibly easy to interact with a database. Today we’ll look at how we can use Eloquent to interact with our…
2 CommentsDeleting files from the file system is a very common task nowadays and it can be done in several ways. We generally use PHP’s built-in…
Leave a CommentIn my last tutorial, we created an APIs for todo application without authentication. In this tutorial, I would like to show you building JWT based…
29 CommentsIn this post, I would like to show you Laravel 5.6 project setup with React JS as frontend framework. In Laravel 5.5, Taylor Otwell introduced…
4 CommentsIn my previous post, I wrote a tutorial on Generating a PDF in Codeigniter using mPDF, and in that tutorial, I covered mPDF library manual…
24 CommentsWe general use PHP’s try..catch blocks to handle exceptions. If the try block could cause one of several different exceptions they can each be handled…
Leave a CommentLaravel is gonna introduce two new Blade Directives as part of 5.6 release, @method and @csrf Directives. In the current Laravel 5.5 version, we are…
Leave a CommentIn this post, I will show you a simple method to log each and every Eloquent Query your application executes. We gonna log queries to…
Leave a CommentIn Laravel 5.5, writing custom blade if Directives is pretty easy. Using this new feature, you can write simplified and clean if statements in your…
Leave a CommentIn this post, we gonna write a simple PHP script to grab the given website URL screenshot. So let’s create an HTML form to collect…
3 Comments