How to get Column Name from a table in Laravel and PHP
How to get Column Name from a table in Laravel and PHP
Change or set php-cli version in Ubuntu
Hey, So you also face the same issue! Hope you will get a solution here.. BOL! Check the current PHP version. php –version In my case, it is php7.1. Now, check the excepted version that you want to set/change in folder ls -la /usr/bin/ You will get a list of files and folders, now check …. Read More
Run raw insert query or SQL file in Laravel seeder
Run raw insert query or SQL file in Laravel seeder
How to Upgrade phpMyAdmin manually?
I am using PHP7.2 for one of my projects and facing compatibility issues while working in phpMyAdmin 4.6. I do some Google and find out a solution. So in this article, we will go through the process of how to upgrade phpMyAdmin 4.6 to 4.9 to solve the issue. The issue/warning we are facing: Warning …. Read More
Create and access multiple ports for Apache on Amazon EC2(aka AWSEC2) or DigitalOcean
We can do this by using the virtual host. There is two part to complete to open and configure the ports. I used port 8080 but you can use any port that is not using for any service. Part 1: Add/Update Virtual Host Navigate to the sites-available directory for the configuration file cd /etc/apache2/sites-available/ …. Read More
Setup domain in Apache server on DigitalOcean Cloud
I am trying to set-up a domain in Apache on DigitalOcean and summaries this information after complete the task for my future reference. If this information helps other, it will be my pleasure to know that on a comment. 😉 BTW, You can host as many (multiple) domains as you want by following this steps. …. Read More
Update (custom) XAMPP/WAMP/LAMP default landing page layout
We are building website and applications on localhost and I use XAMPP package on Linux for my local development. After installing Xampp, we always get a default home page from Xampp and most of the time we don’t need that. Basically before writing this article I always delete all items of htdocs/www folder, but …. Read More