Best laravel framework open-source packages.

Laravel react authentication

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

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