An open API service indexing awesome lists of open source software.

https://github.com/oluudeh/lara-vue-auth

A repo for laravel vue authentication tutorial.
https://github.com/oluudeh/lara-vue-auth

api auth jwt-auth laravel5 php vue vue-auth

Last synced: 9 months ago
JSON representation

A repo for laravel vue authentication tutorial.

Awesome Lists containing this project

README

          

# lara-vue-auth
A repo for laravel vue authentication tutorial.

# How to run
1. Clone the repo
2. Run
`composer install`
3. Run
`npm install`

4. Set your database credentials in .env
5. Run
`php artisan serve`