Mrunali KhandekarforMrunali Khandekarmrunalikhandekar.hashnode.net·Dec 29, 2020How to display online users in laravel.Now we will list the user that are online using Laravel. Follow the below steps. 1. Install Laravel Project. Type the below code in your terminal. composer create-project --prefer-dist laravel/laravel UsersOnline After installation you can see some...Discuss·12 likes·928 readsLaravel
Adewuyi Taofeeq O.forTaofeeqteeque.hashnode.net·Dec 8, 2020Laravel Middleware | Understanding how to use middlewareGood day, I guess you are having a "codie" day. Today, I will putting you through, how laravel Middleware works. HTTP request filtering is one of the most important functionality in Web Applications. The laravel php framework provides this functional...Discuss·4 likes·59 readsLaravel
Mrunali KhandekarforMrunali Khandekarmrunalikhandekar.hashnode.net·Dec 31, 2020Razorpay Payment Gateway Integration In Laravel in just 8 steps and storing the payment details.This time I will tell you guys how to integrate razorpay payment integration in laravel and store the payment details in our payment table only when payment is successful and return a message "Payment Successful". We will also see how to return "Paym...Discuss·2 likes·278 readsPHP
Shani SinghforTechTool Indiatechtoolindia.hashnode.net·Jul 11, 2022How to upload an Image In Laravel 9?In this post, I will explain all about Image upload in LARAVEL. After Installing Laravel open the code project in the code editor & follow the steps below. Step - 1 Create a Controller to handle all image upload operations by running the command belo...Discuss·304 readsLaravel
Shani SinghforTechTool Indiatechtoolindia.hashnode.net·Jun 16, 2022Laravel 9 Form ValidationIn this post, I am going to cover A to Z about Laravel Validation. Things we will talk about in this post. After Installing Laravel we will create a sample form to see our validation. 1 - Create Form To create a form in resources/views folder create...Discuss·355 readsLaravel
Shani SinghforTechTool Indiatechtoolindia.hashnode.net·Jun 9, 2022Laravel Middleware - A Complete guideToday we will take a detailed look into Laravel Middleware, and will understand its use of it. What is Middleware? A Middleware is like a bridge between HTTP requests and responses. it provides a mechanism for inspecting and filtering HTTP requests e...Discuss·184 readsLaravel
Shani SinghforTechTool Indiatechtoolindia.hashnode.net·May 30, 2022Laravel 9 Basic Routing, Views & Layouts Tutorial.In this post, you will learn about basic routing, and understanding Views & Layouts. Routes Laravel Routes are inside routes folder, there are 2 files web.php for all website routes and api.php for all API routes. There are 4 types of route methods G...Discuss·623 readsLaravel
Shani SinghforTechTool Indiatechtoolindia.hashnode.net·May 5, 2022How to use LARAVEL SANCTUM For API AuthenticationMake REST API AUTHENTICATION in LARAVEL 9 USING LARAVEL SANCTUM Laravel Sanctum provides a featherweight authentication system for SPAs (single page applications), mobile applications, and simple, token-based APIs. Installation Steps If you are not u...Discuss·1.6K readsLaravel
Shani SinghforTechTool Indiatechtoolindia.hashnode.net·Mar 30, 2022How to make REST API in LARAVEL 9Make REST API in LARAVEL 9 Today I am going to explain how you can make REST API in Laravel 9. In this video, i am going to explain CRUD Operation using REST API. Laravel 9 Installation. After Installing Laravel 9 we will open the code in Editor. Ste...Discuss·1.3K readsLaravel
Shani SinghforTechTool Indiatechtoolindia.hashnode.net·Mar 27, 2022How to send mail in laravel 9Send MAIL In Laravel 9 Today I am going to explain how you can send MAIL using SMTP in Laravel 9. Laravel UI Installation. I have installed the laravel Now we will open the code in Editor. Step - 1 Open .env file and change the MAIL Provider SMTP Det...Discuss·770 readsLaravel
Archit Prajapatiforarchitprajapati.hashnode.net·Mar 14, 2022New Features in Laravel 9: What’s New in the Latest Major ReleaseIntroduction Laravel is a PHP web application framework with expressive, elegant syntax. It is a web application development framework for implementing simple to complex web applications using the PHP programming language. Laravel, created by Taylor ...DiscussLaravel
Shani SinghforTechTool Indiatechtoolindia.hashnode.net·Mar 2, 2022How To Change Password In Laravel 9I am going to explain here, how you can change the password in laravel 9. I have installed the laravel with Laravel Authentication and going to explain about changing the password of logged-in user. Step 1 - Change Password Page: Create a route for c...Discuss·5.4K readsLaravel
Shani SinghforTechTool Indiatechtoolindia.hashnode.net·Feb 26, 2022How to make login and register in laravel 9Make Login & Registration In Laravel 9 Today I am going to explain how you can generate Authentication scaffolding in Laravel 9. Laravel UI Installation. After Installing Laravel 9 we need to install laravel/ui package in order to generate authentica...Discuss·2.0K readsLaravel