← Back to blog

Article

Laravel on macOS + Apple Silicon

Getting Started

  1. Composer install
php composer.phar install
  1. Laravel license
php artisan key:generate
  1. Storage link
php artisan storage:link
  1. Database migrate and seed
php artisan migrate --seed
  1. Run serve
php artisan serve

DB Docker

  1. Install MariaDB image via shell
docker pull mariadb
docker images
REPOSITORY                   TAG                                        IMAGE ID       CREATED         SIZE
mariadb                      latest                                     1ce04e4274d5   2 weeks ago     384MB
docker run IMAGEID

Discussion

Profile picture

Full-Stack Engineer

Yerin Hong

Building products end-to-end across frontend, mobile, backend, and product UX.

Full-stack engineer and generalist. I design, build, and debug products with a bias for clean UX and practical engineering.

© 2026 Yerin Hong

Built with Gatsby