Giter Club home page Giter Club logo

html-music's Introduction

宅音乐播放器


浮窗音乐播放器,HTML5网页播放器,集成后台管理及API调用,目前正在开发中,敬请关注

技术栈

  • 后端:thinkphp 5.1
  • 前端:layui
  • 数据库:mysql

演示站

https://player.youte.ml/

安装

视频安装教程

https://www.bilibili.com/video/av46476706

依赖

  • composer
  • php 5.6+
  • mysql 5.5+

步骤

安装php依赖包

composer install

配置数据库,配置链接数据库名以及用户名密码

/config/database.php

创建数据库

字符编码:utf8 -- UTF-8 Unicode
导入数据库脚本,脚本位置extend/database

伪静态配置

nginx

  location / {
      index  index.htm index.html index.php;
      #访问路径的文件不存在则重写URL转交给ThinkPHP处理
      if (!-e $request_filename) {
         rewrite  ^/(.*)$  /index.php?s=$1  last;
         break;
      }
  }

apache

项目自带apache静态化无需配置

启动项目

  • 添加public为web根目录
  • 若为apache服务器则默认伪静态,nginx可自行配置伪静态

预览

应用效果

webconfig

webconfig

首页

webconfig

登陆页面

webconfig

后台首页

webconfig

后台播放器管理页面

webconfig

后台歌单管理页面

webconfig

捐赠支持

如果你觉得不错,可以请作者喝杯奶茶,谢谢大家支持!

webconfig

html-music's People

Contributors

lzx8589561 avatar jing5460 avatar

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.