Skip to content

spatie/laravel-medialibrary-pro-app

Repository files navigation

Laravel Media Library Pro v3 Demo App

This repo contains a Laravel project to demonstrate to possibilities of Laravel Media Library Pro.

Getting started

In order to use this app you should have a Media Library Pro license.

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.

Support us

We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.

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. We publish all received postcards on our virtual postcard wall.

Local development

These instructions should only be used by Spatie team members that need to work on the assets.