johnhooks / mute84

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mute84

The web application mute84.com is a personal project to learn about Laravel and create a fun way to share audio projects.

Getting Started

  1. Install composer dependencies with composer install.
  2. Customize the .env file after cp .env.example .env.
    • Set the absolute path to the local database sqlite file in the .env.
    • Set the App Key with php artisan key:generate.
  3. Run the migrations with php artisan migrate
  4. Link the storage to public directory with php artisan storage:link
  5. Serve the Application with Herd or php artisan serve.

About


Languages

Language:PHP 56.0%Language:Blade 26.9%Language:JavaScript 16.2%Language:GLSL 0.7%Language:CSS 0.2%