- Beatsaver is a custom song platform for Beatsaber (http://beatsaber.com/)
- In order to use custom song see BeatSaberModInstaller
For more infomation visit https://github.com/Byorun/beatsaver-laravel/wiki
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:
You can now register a user.
Beatsaver is open-sourced software licensed under the MIT license.