Skip to content

Soliel/beatsaver-laravel

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 78.5%
  • HTML 21.3%
  • Vue 0.2%