Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomshaw/mediable-demo
https://github.com/tomshaw/mediable-demo
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomshaw/mediable-demo
- Owner: tomshaw
- Created: 2024-02-28T01:12:53.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-03-13T18:56:50.000Z (8 months ago)
- Last Synced: 2024-04-14T04:44:29.054Z (7 months ago)
- Language: PHP
- Size: 180 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```