https://github.com/talvbansal/media-manager-laravel-example
An example project showing the media manager and its integration with laravel
https://github.com/talvbansal/media-manager-laravel-example
hacktoberfest laravel media-manager php vuejs
Last synced: about 1 year ago
JSON representation
An example project showing the media manager and its integration with laravel
- Host: GitHub
- URL: https://github.com/talvbansal/media-manager-laravel-example
- Owner: talvbansal
- Created: 2017-10-03T00:16:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T09:55:56.000Z (over 3 years ago)
- Last Synced: 2025-05-08T23:09:53.980Z (about 1 year ago)
- Topics: hacktoberfest, laravel, media-manager, php, vuejs
- Language: PHP
- Homepage:
- Size: 1.94 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Media-manager laravel example
This repository is a Laravel 5.8 install with the [media-manager](https://github.com/talvbansal/media-manager) package added to it.
After cloning it down you'll need to run the following commands to get it running:
```bash
composer install
cp .env.example .env
php artisan key:generate
php artisan storage:link
php artisan serve
```
Then simply navigate to [http://localhost:8000](http://localhost:8000) to see the media-manager running.