Dynamic data table component with Laravel 8 & React JS with Hooks, Bootstrap 5

Installation

  • git clone git@github.com:sadhakbj/react-laravel-data-table.git dbtable
  • cd dbtable
  • cp .env.example .env and update database credentials
  • Install the dependencies: composer install
  • Install frontend dependencies: yarn
  • Compile the code: yarn dev or yarn watch
  • Boot the server: php artisan serve
  • Access: http://localhost:8000