wpblogwala
Amazon Web Services, Database, DevOps

Running MySQL Databases on AWS EC2 – A Tutorial for Beginners

Running databases on local computers is easy and sometimes sufficient enough at the development step. But, deploying most applications needs to run databases on a remote server. There are thousands of solutions for deploying databases remotely. This article shows you how to create a simple database on AWS EC2 services and remotely manage it. This article is written for beginners…

Continue Reading

Best WordPress CRM Plugins
Plugins, Wordpress

8 WordPress CRM Plugins to Grow Your Business

True customer relationship management (CRM) software helps you understand your customers and engage with them throughout the entire customer lifecycle. Here we are going to discuss 8 WordPress CRM Plugins that help you to grow your business. This is accomplished by collecting and analyzing lots of data. From prospecting to marketing to customer service, gathering and analyzing customer data can…

Continue Reading

PHP 7.2 features
PHP

PHP 7.2 What’s new features and improvements

PHP 7.2 has released officially with new features, functions and several smaller core improvements. PHP 7.2 has come with some new security functions and language legacy clean ups. it provides a big performance boost and it is faster than PHP 7. Here I will describe about the new released features that are mentions as below. PHP 7.2 features Parameter type…

Continue Reading

WordPress Renaming admin menu items 1
Wordpress

WordPress customization part 3- Changing the order of dashboard menus

This is the 3rd part of wordpress customization series. Now we are going to change the order of wordpress dashboard menus. we can change the order using menu_order filter. Before using menu_order filter, we need to activate custom_menu_order first. Go to your functions.php file and put the following code. function custom_menu_dashbaord_order($menu_order) { if (!$menu_order) return true; return array( ‘index.php’, //…

Continue Reading

PHP, Plugins, Themes, Wordpress

WordPress customization part 1- removing menu from wordpress dashboard

This is the first part of wordpress customization series. In this tutorial i will discus about removing menu from wordpress  dashboard. Removing a menu from dashboard doesn’t means that the menu has removed forever but it is just hide from admin screen. WordPress is a very popular cms (Content Management System) that provide us a very usual and easy back end environment.…

Continue Reading

1 YNqqSzHbkvuwhAUN1V640w
Laravel, PHP

Laravel voyager – The best free admin package for laravel

Laravel Voyager Introduction Laravel Voyager is a admin package that facilitate full administration system for Laravel framework. Voyager includes BREAD(CRUD) operations, a media manager, menu builder and much more features. BREAD/CRUD Builder Voyager provide a system that is called BREAD that means Browse, Read, Edit, Add and Delete. Using this functionality you can easily add any views and functionality to…

Continue Reading