Vue SPA with Laravel + JWT for auth example template project setup
1. npm install 2. composer install
1. php artisan serv --port [portNumber] #default 8000 2. npm run watch #live reload after change file
after setup .env file & install tymondesigns/jwt-auth
1. php artisan tinger 2. DB::table('users')->insert(['name'=>'admin','email'=>'admin@gmal.com','password'=>Hash::make('admin')]) 3. Exit
The MIT License (MIT)