For C2
- Create Database called c2
- Edit .env file
- fill your database credential
- to Test uploading to s3 please fill this S3_KEY= {Your S3 access Key here} S3_SECRET= {Your S3 secret Key here} S3_REGION= {region e.g us-east-1} S3_BUCKET= {Your S3 bucket name}
- Open CLI move to project folder then migrate DB
- Serve using php artisan serve
- goto https://localhost:8000/
- Click link then you'll go to the upload page
- test everything there