Saravana Sai saravanasai.hashnode.dev·Oct 18, 2024Protecting Against Timing Attacks with TimeboxingIntroduction In this article, we'll delve into the world of timing attacks, exploring the techniques used by attackers and the devastating consequences of a successful attack. We'll then examine the concept of timeboxing and how it can be used to pro...Discuss·1 like·33 readsLaravel
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
Hongtech.mrleong.net·Feb 2, 2024MySQL 8 Compatibility With PHP 5I am maintaining a legacy PHP 5.6 Laravel application. It uses a MySQL DB maintained by another department, and I have no ownership over it. That DB was recently upgraded to version 8 and it is not compatible with my application. This is how I resolv...Discuss·1.2K readsHow-toMySQL
Cafer Karacaferkara.hashnode.dev·Jan 12, 2024Laravel Security in 2024In the ever-evolving landscape of web development, security is paramount. Laravel, a popular PHP web application framework, not only facilitates rapid development but also places a strong emphasis on security. In this article, we will delve into vari...DiscussLaravel
Tresor Kasendakasenda.hashnode.dev·Dec 19, 2023Chapter 7: Skipping Tests in PestPHPIn this chapter, we'll explore how PestPHP allows you to skip tests temporarily. There are situations during the development process when you might need to disable specific tests, and PestPHP provides a straightforward way to achieve this without rem...DiscussLaravel 5
Satyam Jaiswalprogrammingbaba.hashnode.dev·Aug 25, 2023Laravel Interview Questions and AnswersLaravel is a free open-source "PHP framework" based on the MVC design pattern.It is created by Taylor Otwell. Laravel provides expressive and elegant syntax that helps in creating a wonderful web application easily and quickly.DiscussLaravel
Imali Susanimalisusan.hashnode.dev·Aug 19, 2023Beginner’s Guide to Laravel: Slugs, don’t say eewIn Laravel, a "slug" is a user-friendly URL segment that is typically derived from a string such as a title or name. Slugs are used to create more readable and SEO-friendly URLs for resources like articles, blog posts, or other content. Slugs often r...DiscussBeginner’s Guide to LaravelLaravel