Skip to content

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

Notifications You must be signed in to change notification settings

prayaspoudel/react-laravel

 
 

Repository files navigation

React Laravel

laravel 7.5.2 react 16.13.1 redux 7.2 react router 5.1.2 maintainer arifszn

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

Author

Ariful Alam (https://arifszn.github.io)


Feel free to create an issue if you face any problem or need any help.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 90.6%
  • Blade 8.6%
  • Shell 0.8%