Skip to content

Instantly share code, notes, and snippets.

@sobi3ch
Created November 19, 2021 05:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sobi3ch/c00e551034facba93f407d0d623022e7 to your computer and use it in GitHub Desktop.
Save sobi3ch/c00e551034facba93f407d0d623022e7 to your computer and use it in GitHub Desktop.
Laravel Sail with devcontainers

Start new Laravel Sail project with devcontainers.

curl -s "https://laravel.build/your-project-name?with=mariadb&devcontainer" | bash

Available services include:

  • mysql
  • pgsql
  • mariadb
  • redis
  • memcached
  • meilisearch
  • minio
  • selenium
  • mailhog

By default stack of mysql, redis, meilisearch, mailhog, and selenium will be configured.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment