Skip to content

Laravel Vuejs Boilerplate [This boilerplate is the extend version of laravel-vue-spa]

License

Notifications You must be signed in to change notification settings

talha08/laravel-vue-boilerplate

Repository files navigation

Laravel Vuejs Boilerplate

This boilerplate is the extend version of laravel-vue-spa

Features

  • Laravel 5.6
  • Service + Repository + Observer
  • Fractal
  • Vue + VueRouter + Vuex + VueI18n + ESlint
  • Pages with dynamic import and custom layouts
  • Login, register and password reset
  • Authentication with JWT
  • Socialite integration
  • Bootstrap 4 + Font Awesome 5 + Element UI

Installation

Follow these commands:

  • git clone https://github.com/talha08/laravel-vue-boilerplate.git
  • cd laravel-vue-boilerplate
  • cp .env.example .env
  • Open .env and edit your database connection details
  • php artisan key:generate
  • php artisan jwt:secret
  • php artisan migrate
  • php artisan db:seed
  • yarn (Install Yarn if you don't have it.)

Usage

Development

open bash

# serve with hot reloading
yarn run hot OR npm run hot

open another bash

# serve with hot reloading
php artisan serve

Production

yarn run production OR npm run production

Deployment

SCDN LARAVEL DEPLOY

then on the project path of the server hit,

yarn run production OR npm run production

Built With

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • Thank you Cretu Eusebiu for your initial work.

About

Laravel Vuejs Boilerplate [This boilerplate is the extend version of laravel-vue-spa]

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published