Skip to content
Snippets Groups Projects
Commit df0eeff1 authored by Rachel Sidney's avatar Rachel Sidney
Browse files

add excluded file that is needed

parent 934658a0
No related merge requests found
public/storage/banner.jpg

451 KiB

name,phone_number,email
rachel,123982730,rachel@gmail.com
sidney,103829323,sidney@gmail.com
\ No newline at end of file
public/storage/profile_image/index_1521372536.png

2.99 KiB

......@@ -28,6 +28,7 @@ Route::get('/members/{user}/delete', 'MembersController@destroy');
Route::get('/add', function () {
return view('admin.addmember');
})->middleware('admin');
Route::get('/addCSV', function () {
return view('admin.addCSV');
})->middleware('admin');
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment