Skip to content

Handigital-Formation/laravue

 
 

Repository files navigation

Simple Laravel + VueJs

Simple Laravel + Vue application in relation with the course: https://laravel.sillo.org/vue-js/

Install

git clone

composer install

Create .env file and add database configuration

php artisan migrate:fresh --seed

php artisan serve

User

You can login with any email displayed on the list using the password "password"

Develop / Change

npm install

php artisan serve (if not already running)

npm run watch

edit files as you wish

About

Simple Laravel + Vue application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 93.3%
  • HTML 5.7%
  • Vue 1.0%