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

Laravel: Too many arguments to “make:controller” command, expected arguments “name”.

Dec 04, 2023 - by kurinchilamp 870 Views
In Laravel, when you create a controller you will pass in arguments followed by double dashes.
$ php artisan make:controller ProductController --api --model=Product
Sometimes, you may copy it from a website or document which can make the double dash appear as special characters in the command when it is executed. Double check to make sure that the syntax is correct before you execute the command again.
Continue Reading

PHP: Warning: Module “zip” is already loaded in Unknown

Nov 22, 2023 - by kurinchilamp 755 Views
In order to solve the issue, we need to find out what all PHP .ini files are getting loaded up as part of the webserver setup. (more…)
Continue Reading

How to split the Terminal screen into multiple panes?

Nov 17, 2023 - by kurinchilamp 704 Views
In macOS, you can split the Terminal screen into multiple panes using the "Split Pane" feature. (more…)
Continue Reading

Docker container: bash: vi: command not found

Nov 11, 2023 - by kurinchilamp 582 Views
After we setup a docker container, we may want to edit files inside the container. And, sometime we may get the error message on our terminal stating "bash: vi: command not found" (more…)
Continue Reading

How to write a simple calculator plugin in WordPress?

Oct 17, 2023 - by kurinchilamp 366 Views
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 379 Views
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

TECHNOLOGY DEV STACK

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