Skip to content

thijsbouwes/mixmakr

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

MixMakr API

Setup

  • Clone repo
  • Install composer dependencies composer install
  • Copy config and generate keys cp .env.example .env && php artisan key:generate
  • Run migrations php artisan migrate --seed
  • Setup keys for Laravel Passport php artisan passport:keys
  • Setup personal client php artisan passport:client --name="Personal client" --personal
  • Create a Passport client php artisan passport:client --name="MixMakr" --password
  • Run seeder for default constants php artisan db:seed

Local development

We are using Laravel valet for local development.

Requirements:

  • PHP ^7.1.3
  • Mariadb ^10.2.7 / MySQL ^5.7

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published