Tag: Laravel Package
Laravel 8.x Word Captcha Code And Validation Example
How to Generate Captcha Code in Laravel is the topic today to discuss. Captcha stands for Completely Automated Public Turing test. . It is mainly used as a security... Read more
Laravel 8.x Form Validation With Google ReCAPTCHA
Hello Artisan Hope you are doing well, In this tutorial i will discuss about google recaptcha. That mean i will show you how we can integrate google recaptcha code in our laravel application. Go... Read more
Forcing User To Prevent Common Password In Laravel
Today, i am going to share with you how to ignore common password to enter by user using "unicodeveloper/laravel-password" package. Using "unicodeveloper/laravel-password" pac... Read more
How To Resize And Compress Image In Laravel 8
In this tutorial we are going to learn how to resize image in laravel ? It is pretty simple and easy. For doing it i will use image intervention package. we will use intervention/image packa... Read more
Laravel 8.x Botman Chatbot Example Tutorial
In this lesson i will show you how you can setup Botman Chatbot in your Laravel application.BotMan is a framework agnostic PHP library that is designed to simplify the task of developing innovative bo... Read more
Laravel 8.x Follow Unfollow Example From Scratch
In this tutorial I would like to share with you how to implement a follow and unfollow system with Laravel and ajax like Twitter and Facebook. In this features you will see a user can follow unfo... Read more
Laravel 8.x Like Dislike System Like Facebook Twitter
Hello Artisan Hope you are doing well. In this tutorial i amgoing to show you how to make a like feature in laravel 8. I will show it from scratch. If you don't know how to create li... Read more