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
- Host: GitHub
- URL: https://github.com/chandan07cse/laravue-authentication
- Owner: chandan07cse
- License: mit
- Created: 2018-02-05T07:02:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T09:40:14.000Z (over 3 years ago)
- Last Synced: 2026-01-30T19:44:43.106Z (5 months ago)
- Topics: authentication, laravel, laravel55, validation, vuejs2
- Language: PHP
- Size: 1.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```