Skip to content

Laravel Environment Setup Action

Actions
Shared Laravel setup steps (PHP, Composer, .env)
v1
Latest
Star (0)

Laravel Setup Action

Reusable GitHub Action to setup Laravel in CI

Inputs

Name Description Default
php-version PHP version to install 8.2
extensions Comma-separated list of PHP extensions "mbstring, dom, curl, json"
composer-token Composer GitHub auth token none

Example

- uses: lokeshrangani/laravel-setup-action@v1
  with:
    php-version: '8.2'
    composer-token: 'string'
    extensions: 'string'

Laravel Environment Setup Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Shared Laravel setup steps (PHP, Composer, .env)
v1
Latest

Laravel Environment Setup Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.