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.
- Host: GitHub
- URL: https://github.com/oluudeh/lara-vue-auth
- Owner: oluudeh
- Created: 2018-01-19T01:41:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-19T04:32:05.000Z (over 8 years ago)
- Last Synced: 2025-02-01T04:31:35.353Z (over 1 year ago)
- Topics: api, auth, jwt-auth, laravel5, php, vue, vue-auth
- Language: JavaScript
- Size: 380 KB
- Stars: 52
- Watchers: 3
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`