Skip to content

cinovic-llp/laravel-react-starterkit

Repository files navigation

Starter Kit for development on Laravel and React

Please follow the guide.

Prerequisite

  1. Make sure you have composer installed.
  2. Make sure you have latest stable version of node installed.

Installation

  1. git clone
  2. create a .env file copy content from .env.example and update the values
  3. composer install
  4. npm install
  5. npm run dev for react build
  6. php artisan db:seed
  7. php artisan serve
Open 127.0.0.1:8000

Technologies

  • Laravel Framework 7.6.2
  • React v16.13.1
  • Mysql 8.0

Features

  • Login
  • Register
  • Session based Authentication
  • Redux
  • Redux-saga
  • CoreUI integrate
  • Datatable with server side pagination