Hire Remote Developersmukeshram.hashnode.dev·Sep 24, 2024Laravel Development Critical Security Parameters to MonitorIntroduction Laravel, a popular PHP framework renowned for its elegance and robust feature set, has become a staple in web application development. While Laravel offers numerous benefits, security remains a crucial aspect that developers must priorit...DiscussLaravel
Soulisozzy98.hashnode.dev·Sep 9, 20246 reasons why You Should Learn Laravel/Livewire Over Next.jsNextJs is a framework that unlike Laravel/Livewire is very underrated. Like many noobs I learned HTML, CSS and JS to do from simple, YET elegant websites to learn NodeJS, React and NextJs to make complex web applications. Without forgetting to hate t...DiscussLivewire
Soulisozzy98.hashnode.dev·Sep 9, 2024An Easy Framework For Learning Web Development with LaravelI have been practicing web development with Laravel for 5yrs. Along the way, I have done various things to improve: I read the book Laravel: Up & Running: A Framework for Building Modern PHP Apps (3rd Edition) by Matt Stauffer. I listened to the Hors...DiscussPHP
Abdulmunim Abdulsalammunim00.hashnode.dev·Aug 17, 2024A Comprehensive Guide to PHP Laravel: Mastering the Popular PHP FrameworkIf you've been around web development circles, you've probably heard the name Laravel thrown around quite a bit. And there's a good reason for that. Laravel is one of the most popular PHP frameworks, renowned for its elegant syntax, developer-friendl...Discussphps
chintanonwebchintanonweb.hashnode.dev·Apr 12, 2024Creating Next-Level APIs with Laravel: Best Practices DemystifiedRESTful APIs with Laravel: Best Practices Introduction In the world of web development, creating robust and efficient APIs is crucial for building scalable and maintainable applications. Laravel, a popular PHP framework, provides powerful tools for ...DiscussPHP
Qisthi Ramadhaniramageek.hashnode.dev·Jan 5, 2024Understanding and Testing SQL Injection with SQLMap: A Complete GuideSQL Injection is one of the most common and dangerous attacks against web applications. In this blog, we will explore how SQL Injection can occur and how we can use SQLMap, a powerful penetration testing tool, to detect and prevent these vulnerabilit...Discuss#sqlinjection
Nayanmoni Baruahnayanmonibaruah.hashnode.dev·Jan 3, 2024Project Overview:In this series we will create a e-learning software that revolutionizes education by offering three distinct interfaces—Admin, Teacher, and Student—enabling seamless management and learning experiences. Administrators wield power, effortlessly adding...Discuss·34 readsPractical Insights in Web Development: Lessons from my college projectLaravel
Shani Singhtechtoolindia.com·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·691 readsLaravel
Shani Singhtechtoolindia.com·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·862 readsLaravel
Shani Singhtechtoolindia.com·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·300 readsLaravel