Mediable Demonstration Application

This repository serves as a demonstration of Mediable.

Setup Instructions

Run the following command before running composer install.

git clone git@github.com:tomshaw/mediable.git packages/mediable

Run the included database migration.

This creates the attachments table.

php artisan migrate

Make sure your .env APP_URL is correctly set.

APP_URL=https://mydomain.com

Make sure files are accessible from the web.

php artisan storage:link