pritam maheshwariIn Laravel’s Eloquent and Query Builder, use where and orWhere. Here's how they work:In Laravel’s Eloquent and Query Builder, you can use where and orWhere to filter your query results based on specific conditions. Here's…Sep 26Sep 26
pritam maheshwariMastering SQL Joins in Laravel: A Complete Guide to Inner, Outer, Left, and Right JoinThe query you provided is using Query Builder in Laravel. Specifically, it is not using Eloquent, but rather the DB facade for building raw…Sep 26Sep 26
pritam maheshwariA Comprehensive Guide to Sending Notifications in Laravel with Firebase Cloud Messaging (FCM)Setting Up Your Laravel Project Install Laravel: If you haven’t already, set up a new Laravel project by running:Sep 23Sep 23
pritam maheshwariUncaught TypeError: Cannot read properties of undefined (reading ‘replace’)error file nameMay 4May 4
pritam maheshwariGenerate press theme css for post grid fixRefrence blog webisteNov 20, 2023Nov 20, 2023
pritam maheshwariRemove .php from url and make user friendly url in phpTo remove the .php extension from your URLs in a Core PHP website, you'll need to use URL rewriting techniques. This can be achieved using…Sep 16, 2023Sep 16, 2023
pritam maheshwariHow to upload video using Laravel funpublic function uploadVideo(Request $request)Aug 2, 2023Aug 2, 2023
pritam maheshwarilaravel custom login systempublic function login(Request $request)Aug 2, 2023Aug 2, 2023
pritam maheshwariRoles and permission management in LaravelTo implement role-based authentication and redirection in your Laravel application, you can use Laravel’s built-in authentication system…Aug 2, 2023Aug 2, 2023