Best laravel framework open-source packages.

Larareact

Laravel and reactjs love affair ; Laravel/Reactjs SPA Boilerplate
Updated 2 years ago

larareact

[Mohammed Jabir -> med.jabir@gmail.com]

Laravel and reactjs love affair : Laravel/Reactjs SPA

1 - Laravel on the backend (providing API endpoints)
2 - Reactjs on the frontend (using Axios to send requests to API endpoints)
3 - Login and registration system
4 - Email verification
5 - Password reset

Installation

Setup your .env file ( Database credentials and smtp details (mail) )

cp .env.example .env
composer install
php artisan key:generate
php artisan migrate
php artisan passport:install
npm install
npm run dev

Launch Development server

php artisan serve