Add laravel-medialibrary for avatars

This commit is contained in:
Nabeel Shahzad
2018-04-02 17:49:04 -05:00
parent 0f98e729ce
commit 36a7886668
6 changed files with 743 additions and 53 deletions

View File

@@ -67,6 +67,7 @@ class FileController extends Controller
* Remove the file from storage.
* @param $id
* @return \Illuminate\Http\RedirectResponse|\Illuminate\Routing\Redirector
* @throws \Exception
*/
public function destroy($id)
{