Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 465 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 465 Bytes

laravel-react-authentication

Repo on 'Setting up Laravel and React.js the right way (Using user authentication)' article

  1. Clone the repo
git clone https://github.com/000kelvin/laravel-react-authentication.git
  1. Enter the project folder
cd laravel-react-authentication
  1. Install javascript dependencies and packages
npm install
  1. Run migrations
php artisan migrate
  1. Install Passport
php artisan passport:install