2021-11-17

Increase Speed Mouse Tracking Magic Mouse 2

How to adjust tracking speed for Apple Magic Mouse 2 using terminal commands

#mac #mouse #terminal #settings
2021-11-17

PHP Versioning di Macbook

Guide to manage multiple PHP versions on MacOS using ASDF and PHPBrew

#php #mac #asdf #phpbrew
2021-11-17

Install AdonisJS NodeJS Framework

Step by step guide to install and run AdonisJS - A Laravel-style NodeJS framework

#nodejs #adonisjs #framework #javascript
2021-11-14

Install Envoy Laravel

Step by step guide to install Laravel Envoy globally on Ubuntu and MacBook

#laravel #envoy #ubuntu #macbook
2021-11-04

Polymorph Type Int

Learn why and how to use integer types for polymorphic relationships in Laravel for better database performance

#laravel #database #performance #polymorphic
2021-10-30

Database Tips: Email Unique Softdeletes

Solution for handling unique email constraints with soft deletes using partial index

#database #mysql #laravel #tips #softdeletes
2021-10-30

Using Blade Formatter

Learn how to maintain consistent code style in Laravel Blade templates using blade-formatter

#laravel #blade #formatting #tools #php
2021-10-28

Import Database MYSQL Laradock

Learn how to import MySQL databases in Laradock environment using Docker commands

#mysql #docker #laradock #database