2017 © Pedro Peláez
 

project laravel-vue

Skeleton Laravel with Vue

image

emtudo/laravel-vue

Skeleton Laravel with Vue

  • Wednesday, June 20, 2018
  • by emtudo
  • Repository
  • 4 Watchers
  • 28 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 9 Forks
  • 0 Open issues
  • 4 Versions
  • 62 % Grown

The README.md

Skeleton Laravel With Vuejs

Dependencies

  • php 7.2
  • mysql 5.7
  • npm
  • composer

How to install

How to install video In Portugues, (*1)

composer create-project emtudo/laravel-vue
cd laravel-vue
npm install
php artisan jwt:generate

Configure the .env file after configuring run the command below to create the database:, (*2)

php artisan migrator

How to test

At the first terminal, (*3)

php artisan serve

At the second terminal, (*4)

npm run dev

Admin

  • username: admin@user.com
  • password: abc123

The Versions