• support[@]kurinchilion.com
  • +1 (888) 666-4252

Tags

Migrating from Laravel 5.6 to version 10 Step by step

Apr 30, 2024 - by kurinchilamp / / Post Comment
Migrating from Laravel 5.6 to version 10 involves significant changes, including updates to syntax, structure, and dependencies. Here's a step-by-step guide to help you through the process: (more…)
Continue Reading

Setting up Laragon on Windows – an alternative to XAMPP, WAMP

Apr 04, 2024 - by kurinchilamp / / Post Comment
Setting up Laragon on Windows is a straightforward process. Laragon is a portable, isolated, fast, and powerful development environment for PHP, Node.js, Python, and Ruby applications. It comes with Apache, MySQL, PHP, and other essential tools pre-configured, making it easy to set up a local development environment. (more…)
Continue Reading

Laravel Valet Setup encountered on Mac. Error: Could not symlink sbin/php-fpm

Apr 01, 2024 - by kurinchilamp / / Post Comment
When you setup Valet in your Mac, you may encounter an error message "Error: Could not symlink sbin/php-fpm" If you encounter the above error message, try creating the "sbin" folder under /usr/local/ directory and give it the necessary user and folder permission to it. (more…)
Continue Reading

How to write a simple calculator plugin in WordPress?

Oct 17, 2023 - by kurinchilamp / / Post Comment
In this short tutorial, we will learn to how to create a simple WordPress plugin step by step and to have the plugin activated from the WordPress dashboard. Important names are highlighted to help ease the tutorial navigation. (more…)
Continue Reading

Set up a WordPress and phpMyAdmin environment using Vagrant

Sep 17, 2023 - by kurinchilamp / / Post Comment
To set up a WordPress and phpMyAdmin environment using Vagrant, follow these steps: Install Vagrant: Download and install Vagrant from the official website (https://www.vagrantup.com/). Make sure to also install the required virtualization software, such as VirtualBox or VMware. Choose a Vagrant Box: Select a Vagrant box that suits your needs. For example, you can use the "bento/ubuntu-20.04" box, which provides an Ubuntu 20.04 base image. Initialize your Vagrant project by running the following command in your project directory: (more…)
Continue Reading

How to setup WordPress in ubuntu virtual box using Vagrant?

May 11, 2023 - by kurinchilamp / / Post Comment
To set up WordPress in an Ubuntu virtual machine using Vagrant, you can follow these steps:
  1. Install VirtualBox: Download and install Oracle VirtualBox from the official website (https://www.virtualbox.org/) for your host operating system.
  2. Install Vagrant: Download and install Vagrant from the official website (https://www.vagrantup.com/) for your host operating system.
  3. Create a new directory: Create a new directory where you want to set up your Vagrant project.
  4. Initialize Vagrant: Open a terminal or command prompt and navigate to the project directory.
  5. Run vagrant init hashicorp/bionic64 to initialize vagrant.  This command initializes a new Vagrant project with an Ubuntu 18.04 LTS (Bionic Beaver) base box.
  6. Edit Vagrantfile: Open the Vagrantfile generated in the project directory using a text editor. Modify it to include the following configuration. An example Vagrant file that can be used to set up a WordPress environment in an Ubuntu virtual machine using VirtualBox as the provider:
(more…)
Continue Reading

TECHNOLOGY DEV STACK

Following are some of the technologies that we use to build and maintain solutions for our clients.