Posts containing the tag #programming
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.3K 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.6K 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
- 9K 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.7K Views
Laravel 5.8 Form Request Validation
There are plenty of validation methods available to validate the form data request with Laravel 5.8. By default Laravel’s base controller class uses a Validates Requests trait which provides a way to
- 5 years ago
- 7.7K Views
How to Get, Set and Delete Div Background Image using jQuery?
This tutorial is created to Set, Get and Delete background image. In this tutorial, You’ll learn to Get, Set and Remove the background image using jQuery.
- 5 years ago
- 4.2K Views
How to build an API with Laravel 5.8 using Sqlite
This tutorial focuses on setting up REST API in Laravel 5.8 using PHPUnit and SQLITE. If you’re new to Laravel or PHPUnit, Check out the Laravel Getting Started Guide and PHPUnit Documentation for mor
- 5 years ago
- 7.8K Views
Laravel Cheat Sheet for Eloquent ORM
ORM (Object-relational mapping) is used to make database CRUD operations easier. Laravel comes with Eloquent ORM. This tutorial is created to provide some of the frequently used cheat sheet for Larave
- 5 years ago
- 11.5K Views
Simple PHP Page Router
This is a simple yet basic PHP routing application created to direct all request to index.php and route the files to it’s relevant paths.
- 6 years ago
- 9.2K Views
React Native Vs Flutter : Comparison
React Native and Flutter has become one of the most trending technologies for Mobile Application Development in 2019. Both the technologies are built by leading tech giants.
- 6 years ago
- 3.3K Views