Laravel:swooleのサポート

566 ワード

composer require hhxsv5/laravel-s
Register service provider(pick one of two).
  • Laravel : in  config/app.php  file,  Laravel 5.5+ supports package discovery automatically, you should skip this step
    'providers' => [
        //...
        Hhxsv5\LaravelS\Illuminate\LaravelSServiceProvider::class,
    ],
  • php artisan laravels publish

     
    ポートとipの変更
    config/laravels.php
     
    https://packagist.org/packages/hhxsv5/laravel-s#user-content-install