yoelpc4/laravel-sail-preset

Laravel Sail runtimes & docker-compose.yml preset.

This package's canonical repository appears to be gone and the package has been frozen as a result.

Installs: 29 202

Dependents: 0

Suggesters: 0

Security: 0

Stars: 13

Watchers: 2

Forks: 2

Open Issues: 0

Language:Dockerfile

v0.1.0 2020-12-12 18:56 UTC

This package is auto-updated.

Last update: 2023-12-13 01:57:59 UTC


README

Packagist Downloads Software License Contributor Covenant

Laravel Sail runtimes & docker-compose.yml preset.

Requirement

Install

Require laravel/sail package with composer via command:

composer require laravel/sail --dev

Require this package with composer via command:

composer require yoelpc4/laravel-sail-preset --dev

Package Publication

Publish laravel/sail preset via command:

php artisan sail:publish

Publish package preset via command:

php artisan sail:publish-preset

It'll replaces Dockerfile, php.ini, & docker-compose.yml according to the preset.

Dependencies

  • gnupg (Latest)

  • gosu (Latest)

  • curl (Latest)

  • ca-certificates (Latest)

  • zip (Latest)

  • unzip (Latest)

  • git (Latest)

  • supervisor (Latest)

  • sqlite3 (Latest)

  • libcap2-bin (Latest)

  • php

Version Extensions
8.0 - apcu
- bcmath
- curl
- imap
- gd
- igbinary
- imagick
- intl
- ldap
- mbstring
- msgpack
- mysql
- pgsql
- readline
- redis
- sqlite3
- soap
- xdebug
- xml
- yaml
- zip
7.4 - apcu
- bcmath
- curl
- imap
- gd
- igbinary
- imagick
- intl
- ldap
- mbstring
- msgpack
- mysql
- pcov
- pgsql
- readline
- redis
- sqlite3
- soap
- xdebug
- xml
- yaml
- zip
  • composer (Latest)

  • mysql-client (Latest)

  • nodejs (LTS)

  • yarn (Latest)

License

The Laravel Sail Preset is open-sourced software licensed under the MIT license.