I created an online free FTP manager in PHP that allows developers to work on their projects from anywhere. I created this tool in PHP…
Real estate business that requires a website for their business, we are providing a free website for them in PHP and MySQL (Laravel framework). Screenshots…
Previously we did password less authentication in Node JS and Mongo DB, in this article we will do it in PHP and MySQL. Suppose you…
If you are working in Laravel, you might have noticed that majority of the developers save sensitive information like database credentials, SMTP settings and API…
A Job Portal website is created in PHP and MySQL using MVC architecture. MVC stands for Model-View-Controller and this architectural design is used by many…
Hello. In this article, we are going to show you some MongoDB and MySQL equivalent queries. This will help you greatly if you want to…
In this article, you will learn how to convert UTC datetime to user’s local timezone using Javascript. Your database is centralized, but your user’s are…
End-to-end encrypted chats are more secured than the ones where encryption is done on the server side. Because the messages get encrypted even before sending…
Laravel soft delete allows you to enable some models that will not be permanently deleted by just calling the delete() method. Instead, you need to…
In this article, we will show you, how you can save BLOB images in a MySQL database using PHP. You will also be able to…