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

add thumbnail field

parent 3c0c0f94
Branches
No related merge requests found
......@@ -10,7 +10,7 @@
stopOnFailure="false">
<testsuites>
<testsuite name="Feature">
<directory suffix="Test.php">./tests/Feature</directory>
<directory suffix="AddMemberTest.php">./tests/Feature</directory>
</testsuite>
<testsuite name="Unit">
......
public/storage/cover_images/default_1524675461.png

226 KiB

......@@ -47,6 +47,7 @@
</div>
<div class="form-group">
{{Form::label('cover_image', 'Thumbnail')}}
{{Form::file('cover_image')}}
</div>
......
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