Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 289 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 289 Bytes

laravel-react-crud

Laravel 8
Reactjs 17.3

Installation Process

  • Clone the repository
  • composer update
  • create a .env file in the root directory. copy all the .env.example file code into the .env file
  • php artisan migrate
  • npm install
  • npm run watch