Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spatie/laravel-medialibrary-pro-app
A Laravel application to demonstrate the features of Media Library Pro
https://github.com/spatie/laravel-medialibrary-pro-app
laravel medialibrary php
Last synced: 7 days ago
JSON representation
A Laravel application to demonstrate the features of Media Library Pro
- Host: GitHub
- URL: https://github.com/spatie/laravel-medialibrary-pro-app
- Owner: spatie
- Created: 2020-02-12T11:39:25.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T13:34:12.000Z (about 2 months ago)
- Last Synced: 2025-01-14T15:12:54.048Z (15 days ago)
- Topics: laravel, medialibrary, php
- Language: PHP
- Homepage: https://medialibrary.pro
- Size: 6.8 MB
- Stars: 67
- Watchers: 7
- Forks: 34
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
## Laravel Media Library Pro v3 Demo App
This repo contains a Laravel project to demonstrate to possibilities of [Laravel Media Library Pro](https://medialibrary.pro).
## Getting started
In order to use this app you should have [a Media Library Pro license](https://spatie.be/products/media-library-pro).
After you clone the repo, perform these steps:
- copy `env.example` to `.env` and fill in values that makes sense for your environment
- create a `auth.json` file in the root of the project and put your media library pro license in there (more info in the docs)
- run `composer install`
- run `yarn` and `yarn run dev` (or the npm equivalent)
- run `php artisan migrate`
- browse to the project. (when using valet: visit `http://laravel-medialibrary-pro-app.test`)
- enjoy!## Documentation
You can find the full documentation on Media Library Pro [on our website](https://spatie.be/docs/laravel-medialibrary/v9/handling-uploads-with-media-library-pro/introduction).
## Support us
[](https://spatie.be/github-ad-click/laravel-medialibrary)
We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).
## Local development
These instructions should only be used by Spatie team members that need to work on the assets.
- In a separate folder, run git clone [email protected]:spatie/medialibrary-pro-js.git
- In that project, run yarn setup
- When that command has finished successfully, yarn setup in this project
- Go to http://laravel-medialibrary-pro-app.test/react or http://laravel-medialibrary-pro-app.test/vue to try it out