barryvdh / laravel-elfinder

elFinder bundle for Laravel
745 stars 171 forks source link

please publish the assets to public/vendor #201

Open fanybook opened 7 years ago

fanybook commented 7 years ago

↓↓ this is laravel‘s recommending

public function boot() { $this->publishes([ DIR.'/path/to/assets' => public_path('vendor/courier'), ], 'public'); }