Tuts Make's repositories
crud-datatables-php-mysql-jquery-ajax-bootstrap-github
crud datatables php mysql jquery ajax json bootstrap github
registration-and-login-form-in-php-and-mysql-with-validation
registration, login and logout system in php and mysql with validation
email-verification-php-source-code-
user email verification php source code. You can visit the following url for more information.
google-login-php-source-code
google login php source code.
Laravel-11-Add-Product-to-Shopping-Cart-Example-Tutorial
Implementing the "Add to Cart" feature in Laravel 11 involves creating routes, controllers, models, and views to manage the shopping cart functionality. Additionally, you may need to implement logic to handle adding, updating, and removing items from the cart, as well as calculating the total price of the items in the cart.
node-js-user-authentication-rest-api-using-mysql-and-express-js-github
build restful apis with node js express and mysql authentication with jwt bcrypt
laravel-6-custom-login-registration-example
Laravel custom login registration example tutorial soruce code
stripe-payment-gateway-php-example
stripe payment gateway integration in php with example and live demo
Get-Country-City-latitude-longitude-from-IP-address-using-PHP
Get Country, City, latitude, longitude from IP address using PHP
Laravel-11-Google-Places-Autocomplete-Address-Example
Laravel Google Address Autocomplete refers to the integration of Google's Places Autocomplete feature into Laravel web applications. This feature enables users to enter addresses more quickly and accurately by suggesting completions as they type, leveraging Google Maps' extensive database of location data.
php-age-calculator-source-code
php age calculator source code. You can download the php script and use this php age calculator
custom-search-in-yajra-datatable-laravel
custom search in yajra datatable laravel. You can also test live demo here
Datatables-Server-side-Processing
Helps to enable server-side processing for the DataTables plugin and fetch data from the server-side script using PHP and MySQL.
integrate-instamojo-payment-gateway-in-php
integrate instamojo payment gateway in php. You can dowload demo source code here.
Laravel-11-Ajax-Autocomplete-Search-Example-Tutorial
Autocomplete with jQuery, AJAX, and Laravel 11 typically refers to a feature where a user types in a text input field, and suggestions are displayed below the input based on the input value, usually fetched from the server asynchronously. This is often used in search boxes or form inputs to help users quickly find and select an option.
Laravel-11-Ajax-CRUD-Example-Tutorial
In Laravel 11, AJAX CRUD operations refer to creating, reading, updating, and deleting data from a database without reloading the entire web page. This is achieved using AJAX (Asynchronous JavaScript and XML) requests to communicate with the server in the background.
Laravel-11-AJAX-CRUD-with-Image-Upload-Example
A Laravel 11 AJAX CRUD with image upload typically refers to a web application built using the Laravel PHP framework version 11 that allows for creating, reading, updating, and deleting (CRUD) records in a database using AJAX requests, with the additional feature of uploading images.
Laravel-11-Bootstrap-Auth-Scaffolding-Example-Tutorial
In Laravel 11, the laravel/ui package provides a simple way to scaffold Bootstrap and Vue.js frontend components, including authentication views, which are commonly used for user authentication (login, registration, password reset, etc.).
Laravel-11-Breeze-Auth-Example
Laravel 11 Breeze comes with basic features such as login, registration, password reset, email verification, and two-factor authentication. It's designed to be minimalistic and easy to customize, making it suitable for small to medium-sized projects where you need auth quickly without the complexity of Laravel's full authentication scaffolding.
Laravel-11-CRUD-Example-Tutorial
Laravel 11 CRUD operations refer to Create, Read, Update, and Delete functionalities implemented within a Laravel application. These operations allow developers to manage data within a database easily.
Laravel-11-CRUD-with-Image-Upload-Example
In a Laravel 11 CRUD application with image upload, you would typically create a system to manage a resource (like a blog post or a product) where you can perform Create, Read, Update, and Delete operations, while also allowing users to upload images for each resource.
Laravel-11-Multi-Authentication-Tutorial
Laravel 11 multi auth refers to the ability of the Laravel framework to support multiple authentication systems within a single application. This feature is particularly useful when you have different types of users (such as administrators, regular users, or customers) who need separate authentication mechanisms and access control.
laravel-currency-converter-application
laravel currency converter or rate exchange application
Node-js-CRUD-Operation-with-MySQL-example
Creating a basic CRUD (Create, Read, Update, Delete) application with Node.js and MySQL, just download it and run by npm start command to test this application
Node-js-Login-and-Registration-with-MySQL
Implementing login and registration functionality with Node.js and MySQL involves creating endpoints to handle user authentication and database operations.
PHP-Razorpay-Payment-Gateway-Integration-Example
PHP Razorpay Payment Gateway Integration Example with live demo
Simple-Node-JS-App
Contains files for a simple node JS app. Enter your name to get my Welcome message!