sorianog / beatsaver-laravel

Rewrite of beatsaver.com (https://github.com/beatsaver/beatsaver) using the laravel framework

Home Page:https://discord.gg/8B44zqM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beatsaver

Wiki

For more infomation visit https://github.com/Byorun/beatsaver-laravel/wiki

Setup instructions

Base requirements:

  • PHP >=7.1
  • MariaDB >=10.2

Install dependencies:

composer install

Setup the configuration file:

cp .env.example .env

Configure the database by editing .env

Don't forget to configure the email driver. You can set MAIL_DRIVER=log during development.

Run setup and database migrations:

php artisan key:generate
php artisan migrate

Start:

php artisan serve --port=8080

Visit the development site:

http://localhost:8080

You can now register a user.

License

Beatsaver is open-sourced software licensed under the MIT license.

About

Rewrite of beatsaver.com (https://github.com/beatsaver/beatsaver) using the laravel framework

https://discord.gg/8B44zqM

License:MIT License


Languages

Language:PHP 77.4%Language:HTML 22.4%Language:Vue 0.2%