Skip to content

Cornielle/laravel-vuebase

 
 

Repository files navigation

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 [email protected]: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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 78.3%
  • Vue 20.8%
  • Other 0.9%