ymirapp / laravel-bridge
Laravel integration for Ymir
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.4|^8.0
- aws/aws-sdk-php: ^3.80
- cachewerk/relay: ^0.10.0
- illuminate/redis: ^7.0|^8.0|^9.0|^10.0|^11.0
- illuminate/support: ^7.0|^8.0|^9.0|^10.0|^11.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- orchestra/testbench: ^5.0|^6.0|^7.0|^8.0|^9.0
- php-parallel-lint/php-parallel-lint: ^1.1
- phpro/grumphp: ^1.0
- phpstan/phpstan: ^1.11.0
- sebastian/phpcpd: ^6.0.3
- symfony/filesystem: ^5.0|^6.0|^7.0
Replaces
- ext-relay: *
README
Ymir Laravel Bridge
The Ymir Laravel Bridge provides integration to run a Laravel project on Ymir.
Requirements
- PHP >= 7.4
- Laravel >= 7.0
Installation
Install the Ymir Laravel Bridge in your project using composer:
$ composer require ymirapp/laravel-bridge
Contributing
Install dependencies using composer:
$ composer install