Website: COMING SOON
XParody helps create song parodies.
- PHP 7.1.3
- MariaDB 10.1.36
- Laravel 5.7.*
-
Install PHP and MariaDB.
-
Install Composer.
curl -sS https://getcomposer.org/installer | php
-
Create
vendor
directory in the project directory (install Laravel).php ../composer install
-
Create one database.
-
Create
.env
file in the laravel root directory.- Copy
.env.example
and rename it to.env
. - Set
DB_DATABASE
,DB_USERNAME
andDB_PASSWORD
according to database you created. - Set
APP_NAME
as you like (eg. 'XParody').
- Copy
-
Run the migrations to create database tables.
php artisan migrate
-
Run server.
TODO
- tablesorter
- Copyright (c) 2014 Christian Bach
- Released under the MIT license
- https://github.com/christianbach/tablesorter/blob/master/LICENSE
- Autosize
- Copyright (c) 2015 Jack Moore
- Released under the MIT license
- https://github.com/jackmoore/autosize/blob/master/LICENSE.md
- clipboard.js
- Copyright (c) 2018 Zeno Rocha
- Released under the MIT license
- https://zenorocha.mit-license.org/
- jquery.disableAutoFill
- Copyright (c) 2018 Terry Lin
- Released under the MIT license
- https://github.com/terrylinooo/jquery.disableAutoFill/blob/master/LICENSE