Author: user

  • How to update MySQL on Laragon

    Laragon is a great tool for developing with Laravel on Windows. However, it comes with a really old MySQL version. Fortunately, it is really easy to use Laragon with a newer MySQL version. All you need to do is to follow these steps: Step 1: Download MySQL 8 ZIP Archive here. Step 2: Extract MySQL…

  • Best alternatives to Electronjs 2023

    Electron is great for creating Desktop Apps using Web Technologies. The programs are portable and platform independent. However, they tend to be too big, as Electron embeds Chromium and Node in the executables. Here are some alternatives which create smaller executables. Wails With Wails you can create Desktop Apps using Go and web technologies. Wails…

  • Best Admin Panels for Laravel

    Managing Laravel with an admin panel can be soo easier… Therefore I compared some of the most popular admin panels for Laravel. Backpack for Laravel Backpack for Laravel is great for creating basic CRUD operations and more. A tool for managing users and permissions is integrated too. However, you need to pay for a Pro…