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

Blog

Run a Laravel application on Windows using Docker

May 03, 2024 - by kurinchilamp // 1010 Views
Setting up Docker to run a Laravel application on Windows involves several steps. Below is a step-by-step guide to help you set up Docker and configure it to run your Laravel project: (more…)
Continue Reading

Migrating from Laravel 5.6 to version 10 Step by step

Apr 30, 2024 - by kurinchilamp // 832 Views
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 // 693 Views
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 on Windows

Apr 02, 2024 - by kurinchilamp // 474 Views
Laravel Valet is primarily designed for macOS. However, you can use Laravel Valet on Windows through a similar tool called Laravel Valet for Windows, which is not the same as the macOS version but provides similar functionality. Here's a general guide on how to set up Laravel Valet for Windows: (more…)
Continue Reading

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

Apr 01, 2024 - by kurinchilamp // 191 Views
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

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

Dec 04, 2023 - by kurinchilamp // 576 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

TECHNOLOGY DEV STACK

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