Skip to content

vm370/darestreams

 
 

Repository files navigation

DareStreams

Features

  • Laravel 5.8 + Vue + Vue Router + Vuex
  • Authentication with JWT
  • Webpack with laravel-mix

Installation

  • git clone https://github.com/Hawkart/darestreams.git
  • cd darestreams
  • cp .env.example .env
  • composer install
  • php artisan key:generate
  • php artisan jwt:secret
  • Edit .env and set your database connection details
  • php artisan migrate
  • npm install / yarn

Usage

Development

# build and watch
npm run watch

# serve with hot reloading
npm run hot

Production

npm run production

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 82.9%
  • HTML 10.6%
  • Vue 3.1%
  • Blade 1.7%
  • Stylus 1.7%