Skip to content

khiranouchi/XParody

Repository files navigation

XParody

Website: COMING SOON
XParody helps create song parodies.

Requirements

  • PHP 7.1.3
  • MariaDB 10.1.36
  • Laravel 5.7.*

Install and Run

  1. Install PHP and MariaDB.

  2. Install Composer.

     curl -sS https://getcomposer.org/installer | php
    
  3. Create vendor directory in the project directory (install Laravel).

     php ../composer install
    
  4. Create one database.

  5. Create .env file in the laravel root directory.

    1. Copy .env.example and rename it to .env.
    2. Set DB_DATABASE, DB_USERNAME and DB_PASSWORD according to database you created.
    3. Set APP_NAME as you like (eg. 'XParody').
  6. Run the migrations to create database tables.

     php artisan migrate
    
  7. Run server.

Usage

TODO

Dependency

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published