animesh-prg.hashnode.devThe Essentials - Why Your REST API Needs All 5 HTTP MethodsWhen building an application that exposes a REST API, it's crucial to support the full set of HTTP methods - GET, POST, PUT, PATCH, and DELETE. While it may be tempting to only implement a subset for simplicity, doing so severely limits the functiona...Apr 4, 2024·2 min read
animesh-prg.hashnode.devPassword-less authentication in LaravelRemove Password Field The first step is to remove the password field from the migration, model, and model factory. This can be achieved by removing the password field from the migration file, model, and model factory. You can do this by editing the m...Dec 26, 2023·2 min read
animesh-prg.hashnode.devGit Branching in LaravelLaravel, the ever-evolving PHP framework, empowers developers to craft stunning web applications with expressive syntax and robust architecture. But to truly unlock its potential, a well-defined Git branching strategy is your secret weapon. In this c...Dec 24, 2023·4 min read
animesh-prg.hashnode.devLaravel Excel Features and ExtensionsIntroduction Laravel Excel is a powerful package that allows developers to easily import and export Excel and CSV files in Laravel applications. It provides a wide range of features and extensions that make working with Excel files a breeze. In this ...Dec 11, 2023·4 min read
animesh-prg.hashnode.dev#MyView - Top 5 Fonts for Web DevelopmentIntroduction When it comes to web development, choosing the right font is essential. The font you choose can have a significant impact on the overall look and feel of your website. It can affect readability, user experience, and even the perception o...Dec 10, 2023·3 min read