Saiful Alamblog.msar.me·Nov 22, 2023Laravel model observerLaravel Observers are listeners for a model it's a listen-to event method like create, update and delete. It can be used to modify the model or to modify any other models that are related to the model being saved or deleted, sometimes it can be used ...Discuss·29 readsLaravelLaravel
Kevin Millerkevinmiller.hashnode.dev·Nov 20, 2023Laravel Wizardry: Transform Your Web Development LandscapeIntroduction: In the ever-evolving landscape of web development, staying ahead of the curve is not just an advantage; it's a necessity. Enter Laravel, the PHP framework that has taken the development world by storm. If you're looking to catapult your...DiscussLaravel
Haseeb Mirzahaseebmirza.hashnode.dev·Nov 12, 2023Unlock the Power of Laravel Routes: A Journey into Seamless Web Development for Beginners!Introduction In Laravel, routes play a pivotal role in defining the entry points to your web application. They determine how your application responds to different HTTP requests. This article will guide you through the fundamentals of Laravel routes,...DiscussLaravel
bhola khawasforJoBins Engineeringblog.jobins.jp·Oct 31, 2023Building a Progressive Web application(PWA) with LaravelWhat is a Progressive Web Application(PWA)? Progressive Web Application (PWA) is a type of web application that takes advantage of modern web technologies to provide a more app-like experience to users. PWAs aim to combine the best of both web and mo...Discuss·57 readsLaravel
Sixtus Anyanwusixtusanyanwu.hashnode.dev·Sep 4, 2023How to Set up and Install Laravel on Windows Using Xampp and Server Auto Reload With Live ServerIntroduction In the dynamic world of web development, Laravel has emerged as a powerful and popular PHP framework, known for its elegance, simplicity, and robust features. If you're a Windows user and want to harness the full potential of Laravel for...Discuss·40 readsLaravel
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
Imali Susanimalisusan.hashnode.dev·Aug 19, 2023Beginner’s Guide to Laravel: Mastering CRUD OperationsIntroduction Laravel, a popular PHP framework, has revolutionized web development with its elegant syntax and robust features. In this guide, we will focus on mastering CRUD operations using Laravel, using a "Post" model as an example. By following a...Discuss·1 like·54 readsBeginner’s Guide to LaravelLaravel
Imali Susanimalisusan.hashnode.dev·Aug 9, 2023Beginner’s Guide to Laravel: Model View Controller ArchitectureIntroduction In the world of web development, maintaining clean and organized code is essential for building scalable and maintainable applications. Laravel provides developers with a powerful architectural pattern called MVC (Model-View-Controller) ...DiscussBeginner’s Guide to LaravelLaravel
Mary Loganloganmaryblog.hashnode.dev·Aug 9, 2023How to Create a REST API Using LaravelIn the contemporary era of digital advancements, the construction of resilient and easily expandable APIs holds immense significance within the realm of contemporary web development. A prominent example in this domain is Laravel, a widely acclaimed P...DiscussLaravel
Ashish Kumarasish.hashnode.dev·Aug 9, 2023Beyond Basics: How Laravel Developers Embrace and Integrate the Newest TechnologiesLaravel, a powerful PHP framework known for its elegance and simplicity, has gained immense popularity among developers worldwide. As the web development landscape evolves, Laravel developers are frequently embracing and integrating the newest techno...DiscussLaravel