#Laravel News
Pan Analytics Viewer
Pan Analytics Viewer is a tiny Laravel package to view your `panphp/pan` analytics directly in the UI where they are triggered.
#Laravel Packages
By Yannick Lyn Fatt | Oct 21, 2024
Laravel performance monitoring in Honeybadger
Learn how to improve the performance of your Laravel applications in Honeybadger Insights—our new logging and performance monitoring tool.
#Sponsor
By Joshua Wood | Oct 21, 2024
A Zero-dependency SVG Chart Library for PHP
The maantje/charts package by Jamie Schouten is a zero-dependency PHP library for generating SVG charts.
#Laravel Packages
By Paul Redmond | Oct 22, 2024
Introducing Treblle 3.0: Enhancing Your API Observability and Developer Experience
Treblle 3.0 is more than an update; it’s a step forward in API observability and management.
#News
By Nikola Meheš | Oct 22, 2024
Nested Describe Blocks Are Now Available in Pest v3.5
Pest released v3.5 with support for nested describe() blocks in tests! Nested describe blocks enable you to group related tests within other blocks, g…
#News #Pest
By Paul Redmond | Oct 22, 2024
Blasp is a Profanity Filter Package for Laravel
Blasp is a Laravel profanity filter package that helps detect and mask profane words. It provides profanity detection, substitution options, obfuscati…
#Laravel Packages
By Paul Redmond | Oct 23, 2024
Translation Checker
The Translation Checker package helps you to find translations you forgot to add to your language files and maintain translations in your application.
#Laravel Packages
By Yannick Lyn Fatt | Oct 23, 2024
Nuxt 3 + Laravel Sanctum Authentication: Secure Your SPA and API with Ease
The Nuxt Sanctum Authentication module makes it easy to integrate Laravel Sanctum authentication with Nuxt 3, supporting both SPA and API token-based…
#Laravel Tutorials
By Harish Kumar | Oct 21, 2024
Integrate Unsplash in Your Laravel Application
This Laravel Unsplash package provides an easy way to integrate your Laravel project with the Unsplash API. Use the API to fetch photos, collections,…
#Laravel Packages
By Paul Redmond | Oct 24, 2024
How to Create Tech Videos for YouTube with Josh Cirre
In this episode, we are joined by Josh Cirre to discuss his journey from creative beginnings in music and graphic design to his current role at Larave…
#Interviews
By Eric L. Barnes | Oct 25, 2024
#Ashallen Design UK
How to Set Up Your Mac for Web Design
#Sponsored #Tips & Tricks #Web Design
By Mia Thompson | Oct 23, 2024
#Laravel io
Customizing Auth Middlewares in Laravel 11
Customizing Auth Middlewares in Laravel 11
If you've worked with Laravel before, you're probably fam…
#Laravel #Authentication #Configuration
By whoami15 | Oct 24, 2024
#Made with Laravel
TallStackUI – Blade Component Library
"Turbocharge your workflow with ready-to-use TALL Stack components. TallStackUI is a powerful suite of 30+ Blade components that elevate your workflow of Livewire applications."
#UI Components
By – | Oct 22, 2024
Agorakit – Organization Tool for Citizens' Collectives
"Agorakit is web-based, open source groupware for citizens. By creating collaborative groups, people can discuss topics, organize events, store files and keep everyone updated as needed.
Manage communication, decision making, membership, files and events. Flexible email notifications per group, per user preferences. Most of the time, no admin is involved in the process as we try to keep it as horizontal as possible. And all the information stays on your own server!
It's a Laravel app with a Bootstrap-based UI and a simple security model, database schema & file storage scheme."
#App
By – | Oct 22, 2024
FilamentFlow – Filament SaaS Boilerplate
"FilamentFlow is a Laravel Filament boilerplate designed to streamline the development of powerful and scalable single or multi-tenant SaaS applications.
It offers a comprehensive suite of features that cater specifically to your needs, enabling you to focus on building innovative solutions without getting bogged down by repetitive setup tasks and endless code to sort through.
FilamentFlow includes subscriptions and one-time purchases, easy brand personalization including email templates, built in single/multi-tenancy support, SaaS metrics, email providers, beautiful Filament admin and app panels, robust authentication with Laravel Socialite, Google Analytics, and more!
This boilerplate is built entirely on Laravel 11, FilamentPHP, and Laravel coding standards and best practices."
#Boilerplate
By – | Oct 24, 2024
WireSpy – Debug Bar for Livewire
"WireSpy is a sleek new debug bar for Livewire. Take your Livewire development to the next level with WireSpy. Instantly debug and interact with your components—inspect their state, modify it on the fly, and even time-travel through state changes to pinpoint issues.
Stay on top of every event with a dedicated events page that shows dispatched events, the originating component, and the exact data payload. And with the hot reload feature, any changes to your component files automatically refresh, keeping your workflow fast and efficient.
WireSpy gives you the power and precision you need to build and debug your Livewire apps."
#DevTools
By – | Oct 25, 2024
#Hashnode
Custom Visitor Tracking in Laravel (Localhost)
If you're running your Laravel blog on localhost and want to track visits without using a service like Google Analytics, you can create a simple tracking system within your Laravel application.
You can track the number of visits to your pages by savi…
By Nguyen Thi Thao | Oct 21, 2024
Exploring New Methods in Laravel 11: Number::defaultLocale() and Number::defaultCurrency()
Laravel continues to evolve, introducing new features that make developing web applications a more streamlined and enjoyable experience. In Laravel 11, two exciting methods have been added to the Number facade: Number::defaultLocale() and Number::def…
By Asfia Aiman | Oct 21, 2024
Implementing Active Records in PHP – Part 1
Active Records are a defined Design Pattern with it’s own Wikipedia page! So why create another Active Record implementation? Pretty simple. The existing PHP Active Record implementations are bloated and slow and hard to configure. So here is how to …
By Bruce Wells | Oct 21, 2024
How to group array by date in PHP – Fast Tips
I use this technique to group the bug fixes array by date in the Inspector dashboard, and I thought it could be a good code snippet idea for others. I also wrote an implementation for Laravel blade templates and a more detailed implementation that su…
By Valerio | Oct 22, 2024
PHP Generics in Laravel 11
If you are a web applications builder with Laravel and happens to use PHPStan for static code analysis, you will start seeing new errors when you upgrade to Laravel 11.x.
In a fresh Laravel install with PHPStan, the first time running ./vendor/bin/ph…
By Muhamad Hassan | Oct 22, 2024
How to Build a CRUD Application with React and PHP
In this blog post, we will create a CRUD (Create, Read, Update, Delete) application using React for the frontend and PHP for the backend. We will store our data in a MySQL database, communicate between the frontend and backend using Axios for HTTP re…
By Ogunuyo Ogheneruemu B | Oct 23, 2024
Automating Laravel 11 Deployment with GitHub Actions: A Comprehensive Guide
Deploy with Github Actions
In modern web development, automated deployment pipelines are crucial for maintaining efficient and reliable software delivery. Today, we'll explore a robust GitHub Actions workflow designed specifically for Laravel 11 appl…
By Sohag Hasan | Oct 24, 2024
TOP 10 das FEATURES do PHP que DEVERIAS estar a usar.
Oi!!!!!!
Estou de volta, hoje vamos falar de algumas features do PHP todo desenvolvedor já deveria a estar.
Seja você um profissional experiente ou esteja apenas começando, essas features vão facilitar e tornar sua vida de programador mais divertida….
By Tilson Mateus | Oct 25, 2024
Laravel Password Hashing With Salt
Recently we went deep into the Laravel authentication system for some improvements and to add Multi-Factor authentication. I discovered some interesting details on how Laravel password hashing works.
This article can help you understand how secure yo…
By Valerio | Oct 25, 2024
Understanding SOLID Principles Through Everyday Life
SOLID Principles
Software design principles can seem abstract, but they're actually all around us in our daily lives. Let's break down the SOLID principles using relatable examples before diving deeper into each one.
Single Responsibility Principle (…
By Sohag Hasan | Oct 25, 2024
Keep It Simple: Mastering the Single Responsibility Principle in Laravel with Real-World Examples
Single Responsibility Principle in Laravel
Have you ever walked into a kitchen where one person is simultaneously cooking, washing dishes, taking phone orders, and managing inventory? Chaos, right? This is exactly what happens in our code when we ign…
By Sohag Hasan | Oct 25, 2024
Mastering the Dependency Inversion Principle in Laravel: A Practical Guide for Beginners
Dependency Inversion Principle in Laravel
Have you ever struggled with tightly coupled code that's difficult to maintain and test? The Dependency Inversion Principle (DIP) is here to save the day! In this guide, we'll explore how DIP can make your La…
By Sohag Hasan | Oct 25, 2024
Keep It Simple, Keep It Separate: A Beginner's Guide to Interface Segregation in Laravel
Interface Segregation Principle in Laravel
Have you ever been to a restaurant where the menu is so huge that it takes forever to find what you want? Or used a TV remote with 50 buttons when you only need 5? That's exactly what the Interface Segregati…
By Sohag Hasan | Oct 25, 2024
Mastering the Liskov Substitution Principle in Laravel: A Real-World Guide 🚀
Liskov Substitution Principle in Laravel
Have you ever tried replacing your regular coffee machine with an espresso maker, only to realize it doesn't quite fit your morning routine? That's exactly what the Liskov Substitution Principle (LSP) helps us…
By Sohag Hasan | Oct 25, 2024
Master the Open-Closed Principle in Laravel: A Real-World Guide 🚀
Open-Closed Principle in Laravel
Introduction
Have you ever found yourself repeatedly modifying existing code to add new features, only to break something else in the process? The Open-Closed Principle (OCP) is here to save you from this maintenance …
By Sohag Hasan | Oct 25, 2024
PDF Generation and Download in Laravel-Vue By Snappy
In this guide, we’ll explore how to implement a robust PDF generation and download system using Laravel for the backend and Vue.js for the frontend. We’ll specifically focus on generating purchase order PDFs using the wkhtmltopdf library through Lara…
By Gurpreet kumar | Oct 26, 2024
Boost Laravel Performance with Eager Loading Techniques
Kya aapne kabhi socha hai ki aapka Laravel application itna slow kyun chal raha hai? Ya phir N+1 query problem se pareshan hain? Aaj hum seek sakte hain ek game-changing technique ke bare mein – Laravel Eager Loading!
Why Eager Loading Matters
Larave…
By Aman jain | Oct 27, 2024
Feature Testing in Laravel: A Beginner's Guide
Understanding Feature Testing – The Restaurant Analogy
Think of feature testing like being a food critic at a restaurant. Before giving a review, you test everything: from walking in the door, being seated, ordering food, to paying the bill. Similarl…
By Sohag Hasan | Oct 27, 2024
Building PuluAuth: A Journey in Exploring Hexagonal Architecture
I have been a web developer for quite some time. I started learning web development during my junior high school days and am still doing it today, some twenty years later. I have tried many languages and frameworks, from ASP to TypeScript, from CodeI…
By pulunomoe | Oct 27, 2024
Building PuluAuth: A Journey in Exploring Hexagonal Architecture – Part 1
I have been a web developer for quite some time. I started learning web development during my junior high school days and am still doing it today, some twenty years later. I have tried many languages and frameworks, from ASP to TypeScript, from CodeI…
By pulunomoe | Oct 27, 2024
#Mastering Laravel
A balanced approach to static analysis in Laravel apps
Don't just take orders from a tool
By Joel Clermont | Oct 21, 2024
What is the best framework for a super small task?
Part 1: How about Laravel?
By Joel Clermont | Oct 22, 2024
Part 2: What is the best framework for a super small task?
Lumen? Slim? Symfony?
By Joel Clermont | Oct 23, 2024
A good use for `mergeIfMissing`
Simplify forms with optional sections
By Joel Clermont | Oct 24, 2024
Not all databases run migrations the same
Definitely good to understand
By Joel Clermont | Oct 25, 2024
#Securing Laravel
Security Tip: Disallowing Functions with PHPStan!
[Tip #94] Just like we can detect insecure functions with Pest, we can use PHPStan extensions to find and disallow insecure functions!
By Stephen Rees-Carter | Oct 21, 2024
#Dev.to
Understanding PHP Types – Booleans
#php #webdev #beginners #programming
By Abu Hurayra | Oct 21, 2024
Simplifying Localization in Laravel 11: New Number Methods Unveiled
#defaultlocale #defaultcurrency #webdev #laravel
By Asfia Aiman | Oct 21, 2024
Automating Laravel Project Setup with Custom Scripts
#laravel #automation
By Nasrul Hazim Bin Mohamad | Oct 21, 2024
Preventing Duplicate Requests in Laravel: The AtomicLockMiddleware
#laravel #webdev #database #redis
By Hafiq Iqmal | Oct 21, 2024
How to Minify and Cache CSS & JS Files in Laravel
#laravel #webdev
By Süleyman Özgür Özarpacı | Oct 21, 2024
Transacciones en laravel
#laravel #php #database #webdev
By Fernilo | Oct 22, 2024
PHP Design Patterns: Facade
#php #designpatterns
By Antonio Silva | Oct 22, 2024
Clean Code Architecture in Laravel: A Practical Guide
#webdev #php #laravel #cleancode
By Arafat Hossain Ar | Oct 21, 2024
Understanding PSR-12: The PHP Coding Style Guide
#php #designpatterns #coding #webdev
By Arafat Hossain Ar | Oct 21, 2024
A Simple Guide to Domain-Driven Design (DDD) in Laravel
#laravel #php #design #web
By Arafat Hossain Ar | Oct 21, 2024
1593. Split a String Into the Max Number of Unique Substrings
#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Oct 21, 2024
Getting Started with Insomnia: How to Export and Publish Collections
#vscode #php #java #restapi
By Uthman Eli | Oct 22, 2024
Migrating from WordPress to Jekyll: Save Money with a Static Site
#wordpress #jekyll #webdev #php
By Prahlad Yeri | Oct 22, 2024
Laravel custom helper functions – Fast Tips
#laravel #php #tutorial #webdev
By Valerio | Oct 22, 2024
Why I Use the empty() Language Construct More than isset() in PHP and You Should Too
#php #webdev #programming #learning
By Ramin Omrani | Oct 22, 2024
2583. Kth Largest Sum in a Binary Tree
#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Oct 22, 2024
Automatic Discovery and Loading of Livewire Components from Different Namespaces
#livewire #laravel
By Jose Erick Carreon | Oct 22, 2024
[Laravel v11 x Docker] Efficiently Set Up a Laravel App Dev Environment with Laravel Sail
#php #laravel #docker #laravelsail
By Daichi Izushi | Oct 23, 2024
Session Management in PHP with Lithe: From Basic Setup to Advanced Usage
#php #session #webdev #lithe
By Lithe | Oct 23, 2024
Gerenciamento de Sessões em PHP no Lithe: Da Configuração Básica ao Uso Avançado
#php #session #webdev #lithe
By Lithe | Oct 23, 2024
Deploy a PHP site to Railway
#php #railway #deploy #website
By Mark Munyaka | Oct 23, 2024
PHP Generics in Laravel 11
#php #laravel #codequality #tooling
By Muhammad Hassan | Oct 23, 2024
How to integrate MailCare with your Laravel 11 application
#laravel #php #webdev #tutorial
By Exorus | Oct 23, 2024
Inertia.js adoption guide: Overview, examples, and alternatives
#webdev #laravel #javascript
By Megan Lee | Oct 23, 2024
Development Instruments Explained
#kubernetes #laravel #git #vscode
By Mikhail Shevtsov | Oct 23, 2024
Connecting to a MySQL Database in PHP
#mysql #database #php
By Nick Orases | Oct 23, 2024
Inside Lithe: How the PHP Framework is Changing the Game
#php #webdev #javascript #lithe
By Lithe | Oct 23, 2024
Por Dentro do Lithe: Como o Framework PHP Está Mudando o Jogo
#webdev #javascript #lithe #php
By Lithe | Oct 23, 2024
2641. Cousins in Binary Tree II
#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Oct 23, 2024
Introducing a new PHP microservice template: your feedback needed!
#webdev #php #microservices #programming
By Yaroslav Kravtsov | Oct 24, 2024
Cheat Sheet: Enabling HTTPS on a Fresh Laravel Sail App with MacOS
#laravel #docker #oauth2 #webdev
By Allan | Oct 24, 2024
atan() এর অভিশাপ এবং atan2() এর কাহিনী: কোডিং জগতে দিশা হারানোর গল্প
#php #programming #bangla #atan2
By RatulAlMamun | Oct 24, 2024
How to Manage Feature Flags with Laravel Pennant in 2024
#laravel #webdev #php #programming
By Saurabh Dhariwal | Oct 24, 2024
Integrating PHP with React Using Lithe
#php #react #lithe #javascript
By Lithe | Oct 24, 2024
Integrando o PHP com React Usando o Lithe
#php #react #lithe #javascript
By Lithe | Oct 24, 2024
Middleware in Lithe: How It Works and How to Create Your Own
#php #middleware #lithe #webdev
By Lithe | Oct 24, 2024
Middleware no Lithe: Como Funciona e Como Criar o Seu Próprio
#php #middleware #lithe #webdev
By Lithe | Oct 24, 2024
Inventory of 5 commonly used environment deployment tools
#docker #xampp #laravel
By gitter4coding | Oct 24, 2024
Managing Profiles with Ease
#laravel
By Nasrul Hazim Bin Mohamad | Oct 24, 2024
951. Flip Equivalent Binary Trees
#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Oct 25, 2024
How to Send an Ajax POST Request to a Laravel Route
#webdev #beginners #tutorial #laravel
By Msh Sayket | Oct 24, 2024
How to Compress Image Size in Laravel 11
#webdev #beginners #programming #laravel
By Msh Sayket | Oct 24, 2024
Transform HTML Table into Card View Using Nothing But CSS
#datagrid #css #html #php
By PHPControls | Oct 25, 2024
YajraBox Laravel DataTables: Building a Tags Management System
#yajrabox #datatables #laravel #webdev
By Asfia Aiman | Oct 25, 2024
PHP array_map for associative array – Fast Tips
#php #webdev #tutorial #programming
By Valerio | Oct 25, 2024
WP Bones 1.7.0: Enhancing WordPress Development with Improved Logging and Database Handling
#wordpress #wpbones #laravel #php
By wpbones | Oct 25, 2024
1233. Remove Sub-Folders from the Filesystem
#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Oct 25, 2024
Illuminate Collections vs. PHP Arrays
#php #laravel #fullstack #devex
By Jacob Landry | Oct 26, 2024
Exploring WP Bones: Bridging the Gap Between Laravel and WordPress Development
#wpbones #wordpress #webdev #laravel
By Giovambattista Fazioli | Oct 25, 2024
It's a new release day 🚀
#backend #php #laravel #github
By Mahmoud Ramadan | Oct 26, 2024
How to update composer
#php #productivity #beginners
By Antonio Silva | Oct 26, 2024
Result<T, E> type in PHP
#rust #go #php #discuss
By Harutyun Mardirossian | Oct 26, 2024
Mailpit and Laravel Integration: A Complete Guide for Local Email Testing
#laravel #development #testing
By Iwobi Okwudili Frank | Oct 26, 2024
2458. Height of Binary Tree After Subtree Removal Queries
#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Oct 26, 2024
Why PHP is the Go-To Language in 2024: Trends, Innovations, and Insights You Can't Miss!
#php #webdev #programming #development
By Navneet Verma | Oct 26, 2024
November Challenge
#100daysofcode #react #laravel #webdev
By Joseph Mbuzi | Oct 26, 2024
PHP Design Pattern: Adapter
#php #designpatterns
By Antonio Silva | Oct 27, 2024
How To Handle Custom S/DQL Queries On Different Database Engine with DoctrineExpression
#symfony #doctrine #postgressql #php
By ucscode | Oct 27, 2024
How to Image Upload with Summernote in Laravel 11 Tutorial
#php #laravel #webdev #beginners
By Saddam Hossain | Oct 27, 2024
Laravel 11 Generate and Read Sitemap XML File Tutorial
#webdev #beginners #php #laravel
By Saddam Hossain | Oct 27, 2024
How to Generate App Key in Laravel 11
#laravel #php #webdev #learning
By Saddam Hossain | Oct 27, 2024
How to Get Current Full URL in Laravel 11
#webdev #beginners #tutorial #laravel
By Saddam Hossain | Oct 27, 2024
How and When to Use saveQuietly() for Silent Updates in Laravel
#laravel #php #tutorial #webdev
By MD ARIFUL HAQUE | Oct 27, 2024
Symfony Station Communiqué — 25 October 2024. A look at Symfony, Drupal, PHP, and programming news!
#symfony #drupal #php #typo3
By Reuben Walker, Jr. | Oct 27, 2024
The Hidden Benefits of Modular PHP: How to Build Scalable Applications Like a Pro.
#php #modular #webdev #architecture
By Navneet Verma | Oct 27, 2024
1277. Count Square Submatrices with All Ones
#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Oct 27, 2024
#Amit Merchant
Elevating Request Handling with Enums in Laravel
PHP 8.1 introduced enums, and Laravel has seamlessly integrated this powerful feature into its request handling capabilities. With the enum method on the request object, you can now effortlessly retrieve and validate enum values from incoming requests. Let's explore how this feature can enhance your Laravel applications.
By Harris Raftopoulos | Oct 21, 2024
Supercharging String Input Handling in Laravel with Stringable
When building web applications, handling user input efficiently is crucial. Laravel offers a powerful yet often overlooked feature: the ability to retrieve request input as Stringable instances using the string method. This simple trick can significantly enhance your string manipulation capabilities. Let's dive in and see how you
By Harris Raftopoulos | Oct 21, 2024
Mastering Laravel's Terminable Middleware: Post-Response Magic
In the world of web development, timing is everything. Sometimes, you need to perform actions after the response has been sent to the browser. Enter Laravel's terminable middleware – a powerful feature that allows you to execute code after the HTTP response has been dispatched. Let's
By Harris Raftopoulos | Oct 22, 2024
Supercharging Request Input Handling in Laravel with Collections
When building web applications, handling request input efficiently is crucial. Laravel offers a powerful yet often overlooked feature: the ability to transform all incoming request data into a collection using the collect method. This simple trick can significantly enhance your input processing capabilities. Let's dive in and see
By Harris Raftopoulos | Oct 22, 2024
Advanced Controller Middleware in Laravel: Using the HasMiddleware Interface
Ever wished you could keep your middleware logic closer to your controllers? Laravel's HasMiddleware interface brings a new, elegant way to assign middleware right in your controller classes. Let's explore this powerful feature!Traditional Route MiddlewareTraditionally, we've assigned middleware in our route files:
By Harris Raftopoulos | Oct 23, 2024
Streamlining API Routes in Laravel: The apiResource Method
Ever found yourself manually excluding HTML template routes when building an API? Laravel's apiResource method is here to make your life easier! Let's dive into how this feature can streamline your API route definitions.The apiResource BasicsInstead of using the standard resource method and excluding
By Harris Raftopoulos | Oct 24, 2024
Content Type Negotiation Made Easy: Laravel's prefers Method
Ever needed to serve different content types based on what your client wants? Laravel's prefers method makes content negotiation a breeze! Let's explore how this simple yet powerful feature can enhance your application's flexibility.Understanding prefersThe prefers method helps you determine which content
By Harris Raftopoulos | Oct 25, 2024
Mastering Currency Formatting in Laravel with the Number Helper
Need to handle multiple currencies in your Laravel app? The Number helper just got even better with configurable default currency settings! Let's dive into how this feature can streamline your currency formatting.Setting a Default CurrencyIn the past, USD was the only default option. Now, you can
By Harris Raftopoulos | Oct 26, 2024
Simplify String Checks in Laravel with doesntContain
Need to check if a string doesn't contain certain words? Laravel's new doesntContain method for the Str helper makes this task a breeze! Let's explore how this simple yet useful feature works.Using doesntContainThe doesntContain method is the opposite of contains, returning true
By Harris Raftopoulos | Oct 27, 2024
#IT Solution Stuff
Laravel UI Auth: Login With Email Or Username Example
In this tips, I will show you how to login with email or username with laravel ui authentication.
Sometimes, we may need to let users log in using either their email or username. If you've implemente…..
#Laravel
By Hardik Savani | Oct 21, 2024
Laravel Breeze Auth: Login With Email Or Username Example
In this post, I will show you how to login with email or username with laravel breeze authentication.
Sometimes, we may need to let users log in using either their email or username. How can you achi…..
#Laravel
By Hardik Savani | Oct 23, 2024
Laravel Jetstream Auth: Login With Email Or Username Example
In this post, I will show you how to login with email or username with laravel jetstream authentication.
Sometimes, we may need to let users log in using either their email or username. How can you d…..
#Laravel
By Hardik Savani | Oct 25, 2024