Skip to content

emtudo/laravel-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skeleton Laravel With Vuejs

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