emtudo/laravel-vue

Skeleton Laravel with Vue

Installs: 78

Dependents: 0

Suggesters: 0

Security: 0

Stars: 48

Watchers: 5

Forks: 9

Open Issues: 0

Type:project

0.3.2 2018-05-15 06:27 UTC

This package is auto-updated.

Last update: 2024-04-12 20:55:27 UTC


README

Dependencies

  • php 7.2
  • mysql 5.7
  • npm
  • composer

How to install

How to install video In Portugues

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:

php artisan migrator

How to test

At the first terminal

php artisan serve

At the second terminal

npm run dev

Admin