[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
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
php artisan serve