Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomshaw/mediable-demo


https://github.com/tomshaw/mediable-demo

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

## Mediable Demonstration Application

This repository serves as a demonstration of [Mediable](https://github.com/tomshaw/mediable).

### Setup Instructions

Run the following command before running composer install.

```bash
git clone [email protected]:tomshaw/mediable.git packages/mediable
```

Run the included database migration.

> This creates the attachments table.

```bash
php artisan migrate
```

Make sure your `.env` `APP_URL` is correctly set.

```env
APP_URL=https://mydomain.com
```

Make sure files are accessible from the web.

```bash
php artisan storage:link
```