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

Windows: Valet only supports the Mac operating system.

May 03, 2024 - by kurinchilamp // 835 Views
After you have installed Laravel Valet on Windows 11, there may be occurrence when another server may have corrupted the Valet setup. You may get an error message "Valet only supports the Mac operating system." (more…)
Continue Reading

Popular wireframing tools offering free versions

Jul 02, 2023 - by kurinchilamp // 235 Views
There are several wireframing tools that offer free versions or have free plans available for download. Here are a few popular ones: Balsamiq Wireframes: Balsamiq offers a free trial version of their wireframing tool that you can download and use for a limited time. It allows you to create simple and intuitive wireframes quickly. (more…)
Continue Reading

Flexbox for CSS layouts

May 18, 2023 - by kurinchilamp // 278 Views
Flexbox is a powerful CSS layout module that provides a flexible way to arrange and align elements within a container. It simplifies the creation of complex and responsive layouts. Let's dive into a basic example to understand how Flexbox works. (more…)
Continue Reading

Flutter Doctor: cocoapods not installing message

Dec 31, 2020 - by kurinchilamp // 293 Views

To fix this issue, try running the following command on Mac

$ brew reinstall cocoapods

Continue Reading

PHP scripts are getting downloaded when I try to open the web page link in localhost

Sep 01, 2019 - by kurinchilamp // 298 Views
If PHP files are getting downloaded instead of executing, make sure that PHP type is added to Apache AddType application/x-httpd-php .php Restart the web server once the changes are done and try to open the web page again. $ sudo apachectl -k restart
Continue Reading

How to run multiple node versions in a computer?

Jul 16, 2017 - by kurinchilamp // 281 Views
Solution is to use Node Version Manager (nvm) which helps manage multiple version of node versions. $ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash To see the list of all available nvm versions, $ nvm ls-remote Currently, Node v6.11.1 has the long term support (Latest LTS: Boron). We will setup that first version $ nvm install 6.11 The above command will install Node.js version 6.11.x (where x will be the last available version number) To find where the node version is installed, type $ nvm which 6.11 As of this writing, the latest version available is v8.1.4 $ nvm install 8.1.4 When nvm installs the corresponding npm package also gets installed. You can switch between different versions of the node by typing $ nvm use 6.11.1 or $ nvm use 8.1.4 To list all the available versions of installed node versions, type $ nvm ls
Continue Reading

TECHNOLOGY DEV STACK

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