Hello World, Today i am going to create reactjs application with laravel api from scratch. In this application, we will fetch data from database with laravel resource api and show in reactjs application. In this tutorial, I have created two different application one is in laravel and other is in reactjs and then we have connected these both with api.
Laravel
- Install Laravel
- Create product model and migration
- Generate dummy data
- Create Product resource
- Route for api request
- Test our application