Call external APIs in laravel 10/9/8/7 apps; In this tutorial, you will learn how to send http get, post, put and delete request to call external APIs in laravel from controller, blade and model using Http facade. Sometimes, you need to
Laravel 10 PHP Guzzle Http Client POST & Get Examples
Guzzle is a powerful HTTP client package that simplifies the process of calling external or internal APIs in your Laravel 10 web applications. In this tutorial, you will explore how to create and use HTTP GET and POST requests using
Read More Laravel 10 PHP Guzzle Http Client POST & Get Examples
Laravel – Dynamically Add or Remove Input Fields using jquery
Laravel – dynamically add multiple input fields and submit to database with jquery. In this tutorial, we will show you how to dynamically add/remove multiple input fields in form using jQuery, javascript in laravel. As well as learn how to
Read More Laravel – Dynamically Add or Remove Input Fields using jquery
Codeigniter 4 Google ReCaptcha V2 Tutorial
Register your site on the Google reCAPTCHA website (https://www.google.com/recaptcha) and get the site and secret key, then use it with CodeIgniter 4 forms to protect against spam. Here are some steps to integrate and use Google reCAPTCHA v2 to secure
CodeIgniter 4 File Upload Tutorial
The CodeIgniter 4 file upload feature allows users to select a file on the form to upload to the server. Steps to upload file in a folder and store them in the database with validation: Step 1: Setup Codeigniter Project
maddhatter/laravel-fullcalendar laravel 10
If you want to integrate the calendar in Laravel web application. So that your user can schedule an appointment or something date-wise, then maddhatter/laravel-fullcalendar is a very good option for this. So,In this tutorial, you will learn how to install
Laravel 10 Charts JS Example | Pie Chart
If you want to dynamic create a pie chart using charts js in your Laravel 10 web application. So this task is very easy. For this, you have to include the charts js library in your Laravel 10 web app
Laravel 10 Jetstream Authentication Scaffolding Example Tutorial
Laravel has made a very nice package called jetstream Auth Scaffolding. Using this with livewire you can install auth in Laravel 10 applications. So, In this tutorial, you will learn how to create a login, register, logout, forget password, profile
Read More Laravel 10 Jetstream Authentication Scaffolding Example Tutorial
Login Form in PHP MySQL Database Source Code
Simple login Page in PHP with MySQL Database; In this tutorial, you will learn how to create simple login form in PHP, MySQL, bootstrap, session and server-side validation. And also, this tutorial will show how to create a login system
Registration and Login Form in PHP with MySQL Validation Source Code
Simple user, student or employee login and registration system in PHP and MySQL Boostrap with validation. In this tutorial, you will learn how to create a simple user/student login and registration application in PHP and MySQL. This tutorial will explain
Read More Registration and Login Form in PHP with MySQL Validation Source Code