Neonwiz Blog

Welcome to Neonwiz Technologies blog. We provide tips, tricks, and advice for web & mobile development and latest technology news.

Free WordPress optimization plugins that actually work!


We often come across a very common issue called slow website. Don’t worry because you can definitely optimize your website and makes it load faster and rise above in google using some plugins. But when it comes to WordPress optimization there is an ocean of plugins. So, let us help you pick the right one that actually works and save you time.

1. Hummingbird – Speed Optimize, Cache, Minify & Defer Critical CSS & JavaScript by WPMU DEV
2. Asset CleanUp: Page Speed Booster by Gabriel Livan
3. Autoptimize by Frank Goossens
4. Jetpack by Automattic

Click the link below to know about these life saving plugins in detail!

0   
Comments

Best free WordPress themes for Elementor


Choosing a good theme is very important. We may not realize it in the beginning but it plays a very powerful role in your website development.

There are numerous themes available on the web compatible with Elementor but here I am listing some of the best by their great performance and overall look & feel. It is very easy to customize these themes as per your needs and requirements.

1. Hello
2. Neve
3. Astra

0   
Comments

How to post Tweets & Images on Twitter using TwitterOAuth & PHP


how to post tweets & images with php

Many times user needs a quick way to post on twitter directly from the page or blog they are reading. A simple and easy way to post tweets w/o images on twitter account with PHP using TwitterOAuth library.

Prerequisite
1. Create an account on Twitter
2. Create a twitter App
3. Access Twitter API library…

2   
Comments

How to Implement Two Factor Authentication (2FA) in PHP


How to Implement Two Factor Authentication (2FA) in PHP

What is 2FA?
2FA or Two Factor Authentication is a way of adding additional security to your account. The first “factor” is your usual password that is standard for an account, the second is a code retrieved from an external device such as a smartphone, or a program on your computer.

Learn how to implement the Two Factor Authentication in PHP.
1. Install google 2FA package
2. Install QR Code package
3. Implement Login/Registration
4. Show QR code
5. Install Google Authenticator app in phone..

6   
Comments

5 Best Laravel Packages to Extend Application


Best Laravel Packages

Laravel framework provides a lot of useful functionalities out of the box. But sometimes we need custom features. Instead of having to rebuild those heavy features from fresh we can take advantage of the already established packages/libraries to save time and energy. Checkout some of the best laravel packages to help you grow your laravel web applications.

1. barryvdh/laravel-debugbar
2. spatie/laravel-permission
3. lazychaser/laravel-nestedset
4. spatie/laravel-backup
5. Intervention/image

4   
Comments