nasirouwagana / laravel-vuebase

Vuebase (https://github.com/nasirouwagana/vuebase) Integration with Laravel 5.6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Vuebase

Integration Vuebase with Laravel 5.6

Prerequisites

  • PHP >=7.1.3

Features

  • Laravel 5.6.17
  • Vue 2.5.16
  • Vuetify 1.0.16

Installation

  • git clone git@github.com:nasirouwagana/laravel-vuebase.git project-name
  • cd project-name
  • cp .env.example .env
  • Edit .env and set your database connection details, APP_URL, API_URL, APP_BASE_URL and more.
  • composer install
  • php artisan key:generate
  • npm install

Usage

Development

php artisan serve
npm run watch

Production

npm run production

About

Vuebase (https://github.com/nasirouwagana/vuebase) Integration with Laravel 5.6


Languages

Language:PHP 78.2%Language:Vue 20.8%Language:HTML 0.9%Language:CSS 0.0%