Task Description: https://drive.google.com/file/d/1WbFmpuGxVlz4_Dp0gtaETUj7vKPCvsGe/view?usp=sharing
Steps to run :
- Clone this repo
- Go to project root
- Run composer install
- Add database credentials on .env file
- Run php artisan migrate --seed
- Run php artisan storage:link
- Run php artisan serve
- Go to 127.0.0.1:8000/admin/contents/create to create a content
- Log in credentials : Email: admin@example.com Password: password
- Landing page: 127.0.0.1:8000
Note : Mysql database is used during development.