Posts
Laravel
PHP
Python
Ubuntu
Linux
React Native
JavaScript
Android
Digital Ocean
Programming
WordPress
Apple
AWS
Vue.js
Windows
Tech
Book Review
PHP Program to remove empty or specific array elements
This tutorial is created to remove specific or empty (NULL) array elements from the array.
- 5 years ago
- 7.4K Views

Connecting Multiple Databases in Laravel 5.8
This tutorial is created to implement multiple database connections using mysql. Let’s see how to configure multiple database connections in Laravel 5.8.
- 5 years ago
- 10K Views

Simple PHP MySQL CRUD Application
PHP is widely used by many developers today and it’s one of the easiest language to learn. This tutorial will help you to learn the basic CRUD (Create, Read, Update, Delete) operations.
- 5 years ago
- 16K Views

Clearing Route, View, Config Cache in Laravel 5.8
Sometimes you may face an issue that the changes to the Laravel Project may not update on the web. This occures when the application is served by the cache. In this tutorial, You’ll learn to Clear App
- 5 years ago
- 7.3K Views

Integrating Google ReCaptcha in Laravel 5.8
reCAPTCHA is a free service from Google. It’s a CAPTCHA-like system designed to recognize that the user is human and, at the same time, assist in the digitization of books. It helps to protects your w
- 5 years ago
- 7.5K Views

Import, Export from Excel to Database in Laravel 5.8, 5.7, 5
This tutorial is created to Import, Export data from an excel sheet to database in Laravel Framework using maatwebsite/excel package. It provides an easy way to import and export using database model.
- 5 years ago
- 19.8K Views

Facebook Login with Socialite in Laravel 5.8
The tutorial is created to implement facebook login using Socialite in Laravel 6.0, 5.8 , 5.7 and 5.6. Using Facebook Auth to log and register into your Laravel Application.
- 5 years ago
- 9.2K Views

JSON in JavaScript
This tutorial is created to provide you with an introduction to working with JSON (JavaScript Object Notation) in JavaScript. JSON is mostly used with AJAX (Asynchronous JavaScript) and XML.
- 5 years ago
- 3.8K Views