ymirapp/laravel-bridge

Laravel integration for Ymir

Installs: 2 981

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/ymirapp/laravel-bridge

0.2.0 2025-05-04 20:16 UTC

This package is auto-updated.

Last update: 2026-02-07 15:37:14 UTC


README

Ymir Laravel Bridge

Actions Status

The Ymir Laravel Bridge provides integration to run a Laravel project on Ymir.

Requirements

  • PHP >= 7.4
  • Laravel >= 8.0

Installation

Install the Ymir Laravel Bridge in your project using composer:

$ composer require ymirapp/laravel-bridge

Configuration

If you want to customize the Ymir Laravel Bridge, you can publish the configuration file using:

$ php artisan vendor:publish --tag=ymir-config

Most configuration options can also be controlled using environment variables. For example, to enable request context logging:

YMIR_LOG_REQUEST_CONTEXT=true

Contributing

Install dependencies using composer:

$ composer install

Links