Best laravel framework open-source packages.

React datatable laravel

:ok_woman: Dynamic datatable using Laravel and React Js :fire:
Updated 1 year ago

React-datatable-laravel

🙆‍♀️ Dynamic datatable using Laravel and React Js 🔥

How to Install on Local Environment

You can follow the following step to configure this project

  • Clone the repository using the command "git clone https://github.com/madhusudhan1234/React-datatable-laravel.git"
  • Create database in mysql
  • Add rename .env.example file to .env and configure for the database credentials
  • Now go up to project and run the following commands
    $ composer install
    $ php artisan key:generate
    $ php artisan migrate
    $ php artisan db:seed
  • And run command $ php artisan serve and take a look at "localhost:8000" in browser