composer require hhxsv5/laravel-s
Register service provider(pick one of two).
-
Laravel
: inconfig/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