react-laravel icon indicating copy to clipboard operation
react-laravel copied to clipboard

A simple crud based laravel app to learn how to use react with laravel.

React Laravel

laravel 7.5.2 react 16.13.1 redux 7.2 react router 5.1.2

About

A crud based laravel app to learn how to integrate react and other important react feature in laravel.

A better laravel react single page app: Ezfolio

Demo

https://szn-react-laravel.herokuapp.com

Topics Convered

  • React
  • React Redux
  • React Router
  • React Hooks
  • React Class Component VS Functional Component
  • React validation
  • Laravel Api
  • Laravel Token Api
  • Laravel Manual Pagination
  • Laravel Crud
  • Sass

Screenshots

alt text


alt text

Installation

  • Run git clone https://github.com/arifszn/react-laravel.git
  • Run cd react-laravel
  • Run composer install
  • Setup database
  • Run cp .env.example .env
  • Run php artisan key:generate
  • Provide db name, username and password in .env
  • Run php artisan migrate --seed

Thank You

Stargazers repo roster for @arifszn/react-laravel

Support

Show your ❤️ and support by giving a ⭐.

License

MIT Licensed.

Copyright © MD. Ariful Alam 2021.