Virif

Laravel or Express JS, Which one is best for Rest API

Laravel or Express JS, Which one is best for Rest API?

Laravel or Express JS, Which one is best for Rest API? Both Laravel and Express.js are popular choices for building REST APIs. Laravel is a PHP web application framework that is built with the Model-View-Controller (MVC) architecture pattern. It has a built-in ORM (Object-Relational Mapping) system and a lot of other features to help developers…

Explore More

React Native or Expo, which one is best? Common Question Easy Answer!

Both React Native and Expo are popular frameworks for building mobile apps using JavaScript and React. They have similar capabilities, but there are some key differences between the two. React Native: React Native is a framework for building mobile apps using React. It allows you to use the same codebase for building apps for both…

Explore More

Configure security headers for Laravel and Improve your Website Security

Few Days ago I read a great article by Scott Helme on security headers. To know more about these headers I suggesting you to read the great article yourself. I’ve just added security headers to my website and want to show you how it was done. Step 1: Laravel Security headers I ha;ve used the…

Explore More

Laravel sending email from localhost not working

I had this issue too, this is how i fixed it. Though it is not advisable to change vendor files but this fix worked and it enable me to send mail from my localhost. Locate StreamBuffer in your vendor folder. It should be in this location C:\xampp\htdocs\mylaravel\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport Open the file StreamBuffer.php Find this method _establishSocketConnection…

Explore More

All About Social Login

Every online business hungry for user information. Register/Signup is the most important button in a online business platform. But users hates this button. After a long research, Register/Signup Button replacing with SSO (Single Sign-on) technology, people usually called it Socila Login. Social login is a single sign-on (SSO) technology that allows users to authenticate themselves…

Explore More

Why Ionic v 4.0 is beautyful and handy for everyone

Today I am thrilled to announce the 4.0 release of Ionic Framework, lovingly known as “Ionic for Everyone.” Ionic 4 represents the culmination of more than two years of research and hard work transforming Ionic from “mobile for Angular” into a powerful UI Design System and app framework for every web developer in the world.…

Explore More