Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 479 Bytes

readme.md

File metadata and controls

19 lines (10 loc) · 479 Bytes

Laravel Code Challenge

This repository has the purpose to test developer skills.

How to Start

  • Pull the project and create a new branch with your name

  • Deploy the code locally (Composer Install, Create DB, Run Migrations)

What to Do

  • Set Image as required when creating a new post

  • Store image in storage/ folder using this structure /{year}/{month}/{filename}.{ext}

  • Show images in post list

  • Send a simple email to the user each time a new post is created