React-datatable-laravel
reference project from React-datatable-laravel
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/haidi20/SIDP.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
my custom is :
- Datatable change use react-hook.