Polly Console
Posted in PHP

Text-To-Speech using Amazon Polly in PHP

Do you ever want a program that can convert text to speech in PHP? It’d be something like uploading your speech in text format and…

Continue Reading...
Blog
Posted in Laravel

How to Create a Blog with Laravel

Laravel is the most popular PHP framework. People prefer this framework to build their web applications. While building a website with Laravel, you probably want…

Continue Reading...
Login Form
Posted in Laravel

Login with Twitter in Laravel Using Laravel Socialite

In the past, I have published an article on Login with Twitter in PHP. One of our readers asked to write an article on login…

Continue Reading...
Honeypot
Posted in Laravel

How to Create Honeypot for Battling Form Spam in Laravel

Once your website goes live very soon you will start receiving spam from your website forms. Spambots write a computer program that just fills out…

Continue Reading...
File size limit
Posted in PHP

How to Transfer Files to Remote Server in PHP

Storing files or images on an external server is common nowadays. People use cloud storage like AWS, Azure, Google Cloud, Backblaze, and their own remote…

Continue Reading...
Exchange Rates
Posted in PHP

Foreign Exchange Rates API with Currency Conversion in PHP

Recently I was working on a project where we needed to collect payment from users all over the world. The client is using Razorpay for…

Continue Reading...
PayKun
Posted in Laravel

PayKun Payment Gateway Integration in Laravel

Are you running an online store in India? Then probably you are looking for a payment gateway through which you can accept customer’s payments online….

Continue Reading...
Trix Editor
Posted in General

Trix – An Open Source WYSIWYG Editor for Websites

A rich text editor or WYSIWYG editor is useful for writing descriptive content that includes HTML elements and images. In the HTML Textarea tag, one…

Continue Reading...
Twitter Credentials
Posted in PHP

How to Add Twitter OAuth Login in Website with PHP

Gone are the days when a user needs to fill out the registration form, receive an email with an activation link, and then activate their…

Continue Reading...
stripe-api-credentials
Posted in Laravel

Stripe Payment Gateway Integration in Laravel

If you are running an online store or some kind of paid service, you probably need to accept card payments on your application. Stripe is…

Continue Reading...