Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tushargugnani/laravel-vue-todolist

 
 

Repository files navigation

TodoList App

This is a simple TodoList app built using Laravel and VueJS. This was done as a workshop on Larave+VueJS for Laravel Nagpur Meetup in 2019.

This is a work in progress and the app will be built over the course of 2-3 meetups (2-3 months).

Installation

  • composer install
  • npm install
  • cp .env.exmaple .env
  • php artisan key:generate
  • Edit .env and put database and other credentials
  • php artisan migrate
  • php artisan passport:install
  • npm run dev

About

Laravel + VueJS Tutorial to build a simple Todo app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 75.2%
  • HTML 24.4%
  • Vue 0.4%