laravue-authentication

Authentication Using Laravel 5.5 and Vue 2

MIT License

Stars
0
Committers
1

Laravue Authentication Kit

🔹 Laravel 5.5 & Vue 2 authentication kit to start any Single Page Authentication Application(SPAA)

🔦 First clone this repository

git clone [email protected]: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
Related Projects