The Ymir Laravel Bridge provides integration to run a Laravel project on Ymir.
- PHP >= 7.4
- Laravel >= 8.0
Install the Ymir Laravel Bridge in your project using composer:
$ composer require ymirapp/laravel-bridge
If you want to customize the Ymir Laravel Bridge, you can publish the configuration file using:
$ php artisan vendor:publish --tag=ymir-configMost configuration options can also be controlled using environment variables. For example, to enable request context logging:
YMIR_LOG_REQUEST_CONTEXT=true
Install dependencies using composer:
$ composer install