Before go on the code let we understood how we call it by postman. To call the D-365 service by postman you need to some credentials which is client_id, client_secret, tenet_id and resource . After getting that credentials you can successfully get the result .To execute in Postman follow that steps. step1 - Open the... Continue Reading →
What are Laravel Policies and how to use them
Laravel policies are a feature of the Laravel framework that allows you to define authorization rules for controlling access to resources or actions in your application.
Laravel Gates and Policies
Laravel provides two primary ways to authorize actions: gates and policies. Gates are a simple approach to authorization, while policies group logic around a particular model or resource.
How to add Android App Links(Deep Links) in Hindi
Android App Links एक HTTP URL होता है जो कि किसी User को किसी relevant webpage या किसी specific in-app location पर भेज देता है। Android App Links किसी specific content पर जाने के लिए time wastage को कम करके User Experience को Improve करता है। App Links किसी भी User के लिए किसी Content को Share करने में help करते है।
How to Connect PHP MySQL in Hindi
MySQL को PHP से connect करना बहुत ही आसान काम है | हम php code को MySQL से 3 methods का प्रयोग करके connect कर सकते है - 1. MySQL 2. MySQLi 3.PDO
How to perform Laravel Validation
Laravel Framework, form data को validate करने के लिए बहुत सारे validation methods/approach provide कराता है | Laravel में हम validation को कई तरीके से use कर सकते है | जैसे कि या तो हम Controllers के अंदर method बनाकर कर सकते है या तो एक Form Request class बनाकर incoming request को validate कर सकते है |
How to install React Js in Laravel in Hindi
Laravel में React Js का setup करने के लिए Laravel UI पैकेज का प्रयोग करेंगे और Laravel में इसका setup authentication या बिना authentication के करना सीखेंगे।
How To Create Flutter Widgets – Introduction (Hindi)
इस पोस्ट में हम flutter widgets के concept को जानेंगे और widgets को कैसे बनाया जाता है| जैसा की हम सभी सभी जानते है की flutter में सबसे important widgets ही होते है | जब भी हम flutter में कुछ भी बनाने के लिए code करते है तो वह एक widget के अन्दर ही होता... Continue Reading →
How to Create Dynamic Chart in Excel
Hello friends, आज हम इस पोस्ट में dynamic chart क्या होता है कैसे इसे बना सकते है, इन सबके बारे में जानेंगे | Dynamic chart क्या है ? Dynamic chart एक स्पेशल chart होता है जिसमे अगर हम range की value को update करे तो chart खुद ही update हो जाता है जबकि, static chart... Continue Reading →
Introduction of Dart Programming in Hindi – Flutter
Flutter की इस series में हम Flutter-dart programming introduction-Hindi देखेंगे | Flutter, Google द्वारा 2011 में बनाया गया था | Flutter एक open-source , general-purpose, object-oriented programming है।