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

https://github.com/chandan07cse/laravue-authentication

Authentication Using Laravel 5.5 and Vue 2
https://github.com/chandan07cse/laravue-authentication

authentication laravel laravel55 validation vuejs2

Last synced: 4 months ago
JSON representation

Authentication Using Laravel 5.5 and Vue 2

Awesome Lists containing this project

README

          

# Laravue Authentication Kit
:small_blue_diamond: Laravel 5.5 & Vue 2 authentication kit to start any Single Page Authentication Application(SPAA)
# :flashlight: First clone this repository
```
git clone git@github.com:chandan07cse/laravue-authentication.git laravueauth
```
Now cd into the project and rename .env.example to .env. Put necessary credentials to connect the database.
To install backend dependencies run
```
composer install
```
Now install the initial frontend dependencies by running the following command
```
npm install
```
If you are using laravel valet then run from browser laravueauth.test/
If other than that run from terminal
```
php artisan serve
```