Laravue Authentication Kit
🔹 Laravel 5.5 & Vue 2 authentication kit to start any Single Page Authentication Application(SPAA)
🔦 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