GithubHelp home page GithubHelp logo

mjp-media's Introduction

Work in progress - not suitable for deployment!

MJP Media Manager-logos

MJP Media Manager

A simple multi-user web based media manager for uploading and storing images. Built with Laravel, Livewire and Tailwind CSS.

Features

  • Web based media manager
  • Create users and assign storage capacity
  • Upload images and other files
  • Create folders and sub-folders
  • File explorer
  • Embedded explorer to integrate with other applications

Installation

Clone the repo

git clone

Launch the docker containers

sail up -d

Install composer dependencies

sail composer install

Install npm dependencies

sail npm install

Create a .env file and edit as necessary

cp .env.example .env

Generate an app key

sail artisan key:generate

Setup the application

sail artisan mmm:setup

Or setup with demo data and users

sail artisan mmm:setup-demo

You can now login with the default user:

email: [email protected]
password: password

Remember to change the default user password!

You can reset the application, delete all users and files:

sail artisan mmm:reset

Colours

You can easily change the colour theme in the tailwind.config.js file by changing the settings to any of the standard Tailwind colours.

colors: {
    primary: colors.blue,
    secondary: colors.amber,
    highlight: colors.purple,
    button: colors.sky,
},

Screen shots

File explorer

image

Admin dashboard

image

License

The Laravel framework is open-sourced software licensed under the MIT license.

mjp-media's People

Contributors

matthewpageuk avatar

Watchers

 avatar

mjp-media's Issues

New Logo

Get a new logo

  • MJP Media Manager

  • MJP MM

  • MMM

  • Upload / cloud / store / vault /

  • Logo

  • App name config

  • Update throughout...

Dodgy mime type detection

Livewire checks differ from when file is uploaded.

JS files get through livewire as text/plain but once stored are showing as application/javascript

Human readable sizes

Kb / Mb / Gb - always 3 digits

  • 1.23 Kb
  • 25.5 Kb
  • 100 Kb
  • 900 Kb
  • 1.52 Mb
  • 56.4 Mb
  • 703 Mb
  • 1.33 Gb
  • 25.4 Gb
  • 132 Gb

Admin user / guard

  • Migrations
  • Auth services
  • Model - isAdmin
  • Guards
  • User fields - website name, max store, web url

Dashboard - user menu

  • Enable features in drop down user menu
  • Pass user into app view (user facade?)
  • Link to Breeze pages - split out maybe?
  • Additional user profile fields
  • [ ]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.